Skip to content

Commit

Permalink
run should_clean gem (it "does ... v it "should ...)
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Sep 8, 2012
1 parent d5e6e36 commit 3c0e7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rspec/matchers/start_with_end_with_spec.rb
Expand Up @@ -130,7 +130,7 @@
end end


context "with an object that does not respond to :[]" do context "with an object that does not respond to :[]" do
it "should raise an error if expected value can't be indexed'" do it "raises an error if expected value can't be indexed'" do
expect { Object.new.should end_with 0 }.to raise_error(ArgumentError, /does not respond to :\[\]/) expect { Object.new.should end_with 0 }.to raise_error(ArgumentError, /does not respond to :\[\]/)
end end
end end
Expand Down

0 comments on commit 3c0e7ea

Please sign in to comment.