first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class TodoTest < ActiveSupport::TestCase
|
||||
test "requires a title" do
|
||||
assert_not Todo.new(title: "").valid?
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user