rename align to text_align, so we can have item_align

This commit is contained in:
2022-12-15 14:25:57 +02:00
parent 67dc8a07c3
commit 33bb02c8c8
11 changed files with 25 additions and 19 deletions

View File

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