Skip to content

Commit 85c7eb2

Browse files
committed
[Matcher] Fix failing test
1 parent 65de03e commit 85c7eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/matchers/aspect_ratio_validator_matcher_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
describe "several" do
200200
describe "when rejecting aspect ratios that are not in the allowed list" do
201201
let(:model_attribute) { :allowing_several }
202-
subject { matcher.rejecting(:landscape, :square) }
202+
subject { matcher.rejecting(:is_16_9, :landscape) }
203203

204204
it { is_expected_to_match_for(klass) }
205205
end

0 commit comments

Comments
 (0)