lib/i18n/tests/lookup.rb in i18n-0.7.0.beta1 vs lib/i18n/tests/lookup.rb in i18n-0.7.0
- old
+ new
@@ -15,10 +15,10 @@
test "lookup: it returns hash" do
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
test "lookup: it returns a native true" do
assert I18n.t(:truthy) === true