From 44c9d5690fd7691b4767b5fb3334b72652c6bc9a Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Sun, 6 Oct 2013 18:04:04 -0700 Subject: [PATCH] No need for the ellipses. --- lib/rspec/matchers/matcher.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rspec/matchers/matcher.rb b/lib/rspec/matchers/matcher.rb index 8db2fc24e..b02ccd460 100644 --- a/lib/rspec/matchers/matcher.rb +++ b/lib/rspec/matchers/matcher.rb @@ -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