spec/lib/matchers.rb in treequel-1.0.4 vs spec/lib/matchers.rb in treequel-1.1.0
- old
+ new
@@ -45,7 +45,8 @@
### Return true if the actual value includes the specified +objects+.
def array_including( *objects )
ArrayIncludingMatcher.new( objects )
end
+
end # module Treequel::Matchers