From d627d8394e2c3584a366016d30e0084beec4e117 Mon Sep 17 00:00:00 2001 From: Taylor Griffin Date: Thu, 16 Oct 2014 06:56:39 +1100 Subject: [PATCH] forgot which env I was in --- spec/features/locale_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/features/locale_spec.rb b/spec/features/locale_spec.rb index bffedfb75..8e7aad90c 100644 --- a/spec/features/locale_spec.rb +++ b/spec/features/locale_spec.rb @@ -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 \ No newline at end of file