Skip to content

Commit 6f1dfa4

Browse files
authored
Merge pull request #390 from igorkasyanchuk/389-test-issue-with-several-aspect_ratio-matchers
[Matcher] Fix failing test
2 parents 65de03e + 85c7eb2 commit 6f1dfa4

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)