summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-10-05 13:52:23 +0200
committerAzul <azul@leap.se>2012-10-05 13:57:24 +0200
commitf7e832b111b38c1b2bdef45ab74001590b17c0dc (patch)
tree183ca4d265b3adf20a7190517a012969b2fb78a2 /test/test_helper.rb
parent6cf3dacd4a4d0f30a41c6a75658443ce6192e750 (diff)
adding mocha for tests
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
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