Commit a3bfec81f2033258a775bd3d5747bd12184dd524

Authored by Braulio Bhavamitra
1 parent 97ae8d25

rails4: workaround user load

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
test/test_helper.rb
1 1 ENV["RAILS_ENV"] = "test"
2 2  
3 3 require_relative "../config/environment"
  4 +# FIXME: shouldn't be necessary
  5 +require 'user'
  6 +
4 7 require 'rails/test_help'
5 8  
6 9 require 'mocha'
... ...