Skip to content

Commit

Permalink
Get rid of test warning
Browse files Browse the repository at this point in the history
    warning: (...) interpreted as grouped expression
  • Loading branch information
carlosantoniodasilva committed May 8, 2014
1 parent a4f451b commit f871057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/i18n_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def setup

test "available_locales_set should return a set" do
assert_equal Set, I18n.config.available_locales_set.class
assert_equal (I18n.config.available_locales.size * 2), I18n.config.available_locales_set.size
assert_equal I18n.config.available_locales.size * 2, I18n.config.available_locales_set.size
end

test "exists? given an existing key will return true" do
Expand Down

0 comments on commit f871057

Please sign in to comment.