diff --git a/lib/speciny/matcher_group.rb b/lib/speciny/matcher_group.rb index 374aeab..cb7f3f0 100644 --- a/lib/speciny/matcher_group.rb +++ b/lib/speciny/matcher_group.rb @@ -9,7 +9,6 @@ def initialize(description, &block) @before = Hash.new { |order, values| order[values] = Array.new } end - # Got this idea from `bacon` another tiny rspec clone # When the instance exits it should print a summary on # the screen with the results. def summary_at_exit @@ -156,7 +155,9 @@ def it(description, &block) end # Pending examples + # # Just the simplest way i could do this i the time. + # # Couldn't think of a better way. Please contribute if you have one. def xit(description, &block) @tests[description] = :pending