Skip to content

Commit 53537ba

Browse files
committed
Remove expected status on Rails 7.1
1 parent 8c11460 commit 53537ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_app_generator/spec/verify_mailer_preview_path_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def have_no_preview(opts = {})
4141
else
4242
"#{::Rails.root}/test/mailers/previews"
4343
end
44-
have_attributes(io: expected_io, exit_status: 0)
44+
have_attributes(io: expected_io)
4545
end
4646
else
4747
let(:expected_custom_path) { '/custom/path' }

0 commit comments

Comments
 (0)