Skip to content

Commit

Permalink
Merge pull request ruby-i18n#280 from Bartuz/patch-1
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
carlosantoniodasilva committed Aug 25, 2014
2 parents 4612e6e + 8470b00 commit c686d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/i18n/tests/lookup.rb
Expand Up @@ -17,7 +17,7 @@ def setup
assert_equal({ :a => "b" }, I18n.t(:hash))
end

test "lookup: it returns a array" do
test "lookup: it returns an array" do
assert_equal(%w(a b c), I18n.t(:array))
end

Expand Down

0 comments on commit c686d44

Please sign in to comment.