Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE authored Oct 18, 2023
1 parent 575aecf commit ba54b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def parse_html_in_email(mail)
RailsApp.new("Rails 6.0", "rails_60", max_ruby_version: "3.0"),
RailsApp.new("Rails 6.1", "rails_61", max_ruby_version: "3.0"),
RailsApp.new("Rails 7.0", "rails_70", min_ruby_version: "2.7"),
RailsApp.new("Rails 7.1", "rails_71", min_ruby_version: "2.7"),
RailsApp.new("Rails 7.1", "rails_71", min_ruby_version: "2.7")
]

shared_examples "generates valid email" do |message|
Expand Down

0 comments on commit ba54b40

Please sign in to comment.