rails_plugins/rspec/lib/spec/matchers.rb in picolena-0.1.5 vs rails_plugins/rspec/lib/spec/matchers.rb in picolena-0.1.6
- old
+ new
@@ -30,11 +30,11 @@
#
# == Predicates
#
# In addition to those Expression Matchers that are defined explicitly, RSpec will
# create custom Matchers on the fly for any arbitrary predicate, giving your specs
- # a much more natural language feel.
+ # a much more natural language feel.
#
# A Ruby predicate is a method that ends with a "?" and returns true or false.
# Common examples are +empty?+, +nil?+, and +instance_of?+.
#
# All you need to do is write +should be_+ followed by the predicate without
@@ -149,8 +149,8 @@
super
end
class MatcherError < StandardError
end
-
+
end
end