Skip to content

Commit

Permalink
Make tests able to run with most recent ActiveRecord version
Browse files Browse the repository at this point in the history
  • Loading branch information
ebakan committed Jul 19, 2014
1 parent 3d28626 commit 296ec97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/helpers.rb
Expand Up @@ -22,6 +22,10 @@ def self.eager_load!
@already_called = true
end
end

def self.env
'test'
end
end

module Helpers
Expand Down

0 comments on commit 296ec97

Please sign in to comment.