From f7e832b111b38c1b2bdef45ab74001590b17c0dc Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 5 Oct 2012 13:52:23 +0200 Subject: adding mocha for tests --- test/test_helper.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_helper.rb') 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 -- cgit v1.2.3