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

- old
+ new

@@ -2,10 +2,10 @@ require 'spec/expectations/errors' require 'spec/expectations/extensions' require 'spec/expectations/handler' module Spec - + # Spec::Expectations lets you set expectations on your objects. # # result.should == 37 # team.should have(11).players_on_the_field #