mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-03 14:38:41 -05:00
forgot which env I was in
This commit is contained in:
@@ -4,9 +4,9 @@ feature "Changing locales" do
|
||||
|
||||
scenario "Locale can be set with a query param" do
|
||||
visit "/"
|
||||
expect(page).to have_content("Growstuff (dev) is a community of food gardeners.")
|
||||
expect(page).to have_content("Growstuff (test) is a community of food gardeners.")
|
||||
visit "/?locale=ja"
|
||||
expect(page).to have_content("Growstuff (dev)はガーデナーのコミュニティです。")
|
||||
expect(page).to have_content("Growstuff (test)はガーデナーのコミュニティです。")
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user