2017-01-04 16:12:58 -05:00

10 lines
157 B
Ruby

require 'test_helper'
class OysterTest < ActiveSupport::TestCase
test "the_truth" do
f = Oyster.first
puts f.inspect
assert true
end
end