rails_plugins/rspec/lib/spec/matchers/operator_matcher.rb in picolena-0.1.5 vs rails_plugins/rspec/lib/spec/matchers/operator_matcher.rb in picolena-0.1.6

- old
+ new

@@ -1,9 +1,9 @@ module Spec module Matchers class BaseOperatorMatcher attr_reader :generated_description - + def initialize(target) @target = target end def ==(expected)