diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-04-02 14:53:10 -0400 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-04-02 14:53:10 -0400 |
commit | f9a4ee4e998f5f113565a93802c041108e9a180d (patch) | |
tree | 453534c6ee9b38d921266f92ac02e7e740a7856c /test/helpers | |
parent | a2de6b22a720671b796c88c694db905665fda142 (diff) |
now ran generate without ger
Diffstat (limited to 'test/helpers')
-rw-r--r-- | test/helpers/remote_usernames_helper_test.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/helpers/remote_usernames_helper_test.rb b/test/helpers/remote_usernames_helper_test.rb new file mode 100644 index 0000000..1c9a795 --- /dev/null +++ b/test/helpers/remote_usernames_helper_test.rb @@ -0,0 +1,4 @@ +require 'test_helper' + +class RemoteUsernamesHelperTest < ActionView::TestCase +end |