adding the user model for 15.8
This commit is contained in:
8
cookbook/015/hodgepodge/test/unit/user_test.rb
Normal file
8
cookbook/015/hodgepodge/test/unit/user_test.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
require 'test_helper'
|
||||
|
||||
class UserTest < ActiveSupport::TestCase
|
||||
# Replace this with your real tests.
|
||||
test "the truth" do
|
||||
assert true
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user