Skip to content

Commit

Permalink
Merge pull request #86 from alexpchin/master
Browse files Browse the repository at this point in the history
Skipping setup for later tests
  • Loading branch information
kytrinyx committed Feb 14, 2015
2 parents 95e9c29 + 38bb152 commit bdfbd70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kindergarten-garden/kindergarten_garden_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def test_bob_and_charlies_gardens

class TestFullGarden < MiniTest::Unit::TestCase
def setup
skip
diagram = "VRCGVVRVCGGCCGVRGCVCGCGV\nVRCCCGCRRGVCGCRVVCVGCGCV"
@garden = Garden.new(diagram)
end
Expand Down Expand Up @@ -98,6 +99,7 @@ def test_larry

class DisorderedTest < MiniTest::Unit::TestCase
def setup
skip
diagram = "VCRRGVRG\nRVGCCGCV"
students = %w(Samantha Patricia Xander Roger)
@garden = Garden.new(diagram, students)
Expand Down

0 comments on commit bdfbd70

Please sign in to comment.