Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriacos committed Mar 16, 2012
1 parent f6ed1e4 commit a7821a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/speciny/matcher_group.rb
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a7821a9

Please sign in to comment.