Skip to content

Commit

Permalink
No need for the ellipses.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Oct 7, 2013
1 parent 805fe7c commit 44c9d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rspec/matchers/matcher.rb
Expand Up @@ -228,10 +228,10 @@ class Matcher
# Provides default implementations for the matcher protocol methods.
include DefaultImplementations

# So that expectation expressions can be used in the match block...
# Allows expectation expressions to be used in the match block.
include RSpec::Matchers

# Converts matcher name and expected args to an English expresion
# Converts matcher name and expected args to an English expresion.
include RSpec::Matchers::Pretty

attr_reader :expected, :actual, :rescued_exception
Expand Down

0 comments on commit 44c9d56

Please sign in to comment.