Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Commit

Permalink
minor grammar fix in test
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Mar 15, 2012
1 parent 38ba4e5 commit 45252d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/value_prep/default_prep_spec.rb
Expand Up @@ -20,7 +20,7 @@
described_class.new('a', {match: :begins_with}).add_match('a').should == 'a%'
end

it 'returns a :ends_with match' do
it 'returns an :ends_with match' do
described_class.new('a', {match: :ends_with}).add_match('a').should == '%a'
end

Expand Down

0 comments on commit 45252d8

Please sign in to comment.