diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_helper.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/test/test_helper.rb b/test/test_helper.rb index 8298517..f7d48ec 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -2,6 +2,8 @@ ENV["RAILS_ENV"] = "test"  require File.expand_path('../../config/environment', __FILE__)  require 'rails/test_help' +require 'mocha' +  class ActiveSupport::TestCase    # Add more helper methods to be used by all tests here...  end | 
