resposivness fixes, bg image alignment

This commit is contained in:
2023-01-01 14:33:12 +02:00
parent 93f6a1924b
commit fb43a75817
14 changed files with 44 additions and 28 deletions

View File

@ -11,7 +11,7 @@ module Merged
assert_equal OptionDefinition.first.class , OptionDefinition
end
def test_there_options
assert_equal OptionDefinition.all.length , 20
assert OptionDefinition.all.length > 20
end
def test_has_option_objects
assert_equal first.class , OptionDefinition