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