Skip to content

Commit

Permalink
Fix English grammar error in test definition
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed May 21, 2012
1 parent add7d1c commit 620cd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple_i18n_test.rb
Expand Up @@ -8,7 +8,7 @@ class Journalist < ActiveRecord::Base
friendly_id :name, :use => :simple_i18n
end

test "friendly_id should return a the current locale's slug" do
test "friendly_id should return the current locale's slug" do
journalist = Journalist.new(:name => "John Doe")
journalist.slug_es = "juan-fulano"
journalist.valid?
Expand Down

0 comments on commit 620cd89

Please sign in to comment.