Initialize tests and make them pass
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class UserTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
test "the truth" do
|
||||
assert true
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user