Skip to content

Commit 57b4c57

Browse files
committed
Update skip for verify mailer previews on Rails 8
1 parent eb65fcd commit 57b4c57

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
@@ -38,7 +38,7 @@ def capture_exec(*ops)
3838
CaptureExec.new(out, $?.exitstatus)
3939
end
4040

41-
if ENV['RAILS_VERSION'] == 'main' && Rails::VERSION::STRING == "7.2.0.alpha"
41+
if ENV['RAILS_VERSION'] == 'main' && Rails::VERSION::STRING == "8.0.0.alpha"
4242
before do
4343
skip('This is broken on Rails main but is skipped for green builds of 7.1.x, please fix')
4444
end

0 commit comments

Comments
 (0)