move option model over

This commit is contained in:
2022-12-10 18:40:37 +02:00
parent d822c20d0e
commit 2abdf7add1
4 changed files with 20 additions and 206 deletions

View File

@ -8,7 +8,7 @@ module Merged
expect(Option.options.class).to be Hash
end
it "there are options" do
expect(Option.options.length).to be 12
expect(Option.options.length).to be 16
end
it "has option objects" do
expect(first.class).to be Option