12 lines
155 B
Ruby
12 lines
155 B
Ruby
require "test_helper"
|
|
|
|
class UserTest < ActiveSupport::TestCase
|
|
test "user must be unique" do
|
|
# assert flunk
|
|
end
|
|
|
|
test "test_name" do
|
|
|
|
end
|
|
end
|