Switch from Webpacker to cssbundling-rails, upgrade Tailwind CSS to version 3 #59

Merged
raucao merged 32 commits from dev/cssbundling into master 2022-02-17 14:45:18 +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")