Fix tax rates spec

This commit is contained in:
Luis Ramos
2020-09-26 22:51:18 +01:00
parent 72c454a211
commit 5c4ea1a6be

View File

@@ -25,6 +25,6 @@ describe "Tax Rates" do
click_link "New Tax Rate"
fill_in "Rate", with: "0.05"
click_button "Create"
expect(page).to have_content("Tax Rate has been successfully created!")
expect(page).to have_content("Tax rate has been successfully created!")
end
end