lib/micronaut/expectations.rb in spicycode-micronaut-0.0.3 vs lib/micronaut/expectations.rb in spicycode-micronaut-0.0.4

- old
+ new

@@ -26,10 +26,10 @@ # # Similarly, when +should_not+ receives a matcher, it calls <tt>matches?(self)</tt>. If # it returns +false+, the spec passes and execution continues. If it returns # +true+, then the spec fails with the message returned by <tt>matcher.negative_failure_message</tt>. # - # RMicronaut ships with a standard set of useful matchers, and writing your own + # Micronaut ships with a standard set of useful matchers, and writing your own # matchers is quite simple. See Micronaut::Matchers for details. module Expectations class << self attr_accessor :differ