Upgrade Rails to 7.0.2, use native JS bundling #60

Merged
raucao merged 3 commits from dev/upgrade_rails into dev/cssbundling 2022-02-12 20:13:42 +00:00
Showing only changes of commit eda1f3999f - Show all commits

View File

@@ -79,7 +79,7 @@ RSpec.describe "Signup", type: :feature do
fill_in "user_email", with: "tony@"
click_button "Continue"
expect(page).to have_content("Email is not a valid address")
expect(page).to have_content("Email is invalid")
fill_in "user_email", with: ""
click_button "Continue"
expect(page).to have_content("Email can't be blank")