summaryrefslogtreecommitdiff
path: root/users/test/support/stub_record_helper.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-12-17 09:53:38 +0100
committerAzul <azul@leap.se>2012-12-17 09:53:38 +0100
commit23111a9ca31177c324101b8cd31a9ae0e67f9504 (patch)
treeaf8d1b7d129029ca5e7a5fbb2016161334cf6e3e /users/test/support/stub_record_helper.rb
parentc76891bf7d53d63b7d3bec885ba79100eecbf65e (diff)
fixed inclusion of stub record helper
Diffstat (limited to 'users/test/support/stub_record_helper.rb')
-rw-r--r--users/test/support/stub_record_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/test/support/stub_record_helper.rb b/users/test/support/stub_record_helper.rb
index 2e1a533..1be419a 100644
--- a/users/test/support/stub_record_helper.rb
+++ b/users/test/support/stub_record_helper.rb
@@ -39,3 +39,7 @@ module StubRecordHelper
end
end
+
+class ActionController::TestCase
+ include StubRecordHelper
+end