mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 11:47:41 +00:00
10 lines
157 B
Ruby
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
|