lists_constant 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47,6 +47,7 @@ describe ListsConstant::Lookups::Class do
|
|
47
47
|
it "localizes passed values" do
|
48
48
|
assert_equal Lister.localized_color(:red), @translations[:red]
|
49
49
|
assert_equal Lister.localized_color('blue'), @translations[:blue]
|
50
|
+
assert_equal Lister.localized_color(:magenta), nil
|
50
51
|
end
|
51
52
|
|
52
53
|
it "generates an inverted hash for option helpers" do
|