From 42794a71b81ea5e2030695d7f897fe6b6264c6b6 Mon Sep 17 00:00:00 2001 From: Cole A Date: Wed, 4 Jan 2017 16:48:33 -0500 Subject: [PATCH] Update tests --- Pearlception/test/models/oyster_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Pearlception/test/models/oyster_test.rb b/Pearlception/test/models/oyster_test.rb index ff3bd27..c1c5d0b 100644 --- a/Pearlception/test/models/oyster_test.rb +++ b/Pearlception/test/models/oyster_test.rb @@ -14,4 +14,5 @@ class OysterTest < ActiveSupport::TestCase grade = first.grade == "Rej" assert id && run && grade end + end