box-o-sand/cookbook/015/hodgepodge/test/unit/person_test.rb

9 lines
153 B
Ruby

require 'test_helper'
class PersonTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end