summaryrefslogtreecommitdiff
path: root/users/test/support/stub_record_helper.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-08-27 11:14:30 +0200
committerAzul <azul@leap.se>2013-08-27 14:57:44 +0200
commite60ee749cab0f80cf23ca57e28c7de6d1b3a395b (patch)
tree9c647de3952d8f8fe78fc4fcb06de0d504c436d5 /users/test/support/stub_record_helper.rb
parent7ad6d054d72d3c76098f689e4e7890265a3604c8 (diff)
basic testing for token based auth in tests
Diffstat (limited to 'users/test/support/stub_record_helper.rb')
-rw-r--r--users/test/support/stub_record_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/test/support/stub_record_helper.rb b/users/test/support/stub_record_helper.rb
index 8aa1973..b3460d2 100644
--- a/users/test/support/stub_record_helper.rb
+++ b/users/test/support/stub_record_helper.rb
@@ -1,7 +1,7 @@
module StubRecordHelper
#
- # We will stub find_by_param or find_by_id to be called on klass and
+ # We will stub find_by_param or find to be called on klass and
# return the record given.
#
# If no record is given but a hash or nil will create a stub based on