Skip to content

Commit

Permalink
Remove expected status on Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Oct 23, 2023
1 parent 8c11460 commit 53537ba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ def have_no_preview(opts = {})
else
"#{::Rails.root}/test/mailers/previews"
end
have_attributes(io: expected_io, exit_status: 0)
have_attributes(io: expected_io)
end
else
let(:expected_custom_path) { '/custom/path' }
Expand Down

0 comments on commit 53537ba

Please sign in to comment.