Synchronize properties context names in rules’ specs

This commit is contained in:
Sijawusz Pur Rahnama 2022-12-19 20:44:32 +01:00
parent 8112dddc8f
commit 70078cf77f
11 changed files with 13 additions and 13 deletions

View file

@ -34,7 +34,7 @@ module Ameba::Rule::Layout
end
context "properties" do
it "allows to configure max length of the line" do
it "#max_length" do
rule = LineLength.new
rule.max_length = long_line.size