mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 21:56:55 -04:00
Use #{ENV['GROWSTUFF_SITE_NAME']}
This commit is contained in:
@@ -71,7 +71,7 @@ feature "signin", :js => true do
|
||||
|
||||
# Signed up and logged in
|
||||
expect(current_path).to eq root_path
|
||||
expect(page.text).to include("Welcome to Growstuff (test), tdawg")
|
||||
expect(page.text).to include("Welcome to #{ENV['GROWSTUFF_SITE_NAME']}, tdawg")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -71,7 +71,7 @@ feature "signup", :js => true do
|
||||
|
||||
# Signed up and logged in
|
||||
expect(current_path).to eq root_path
|
||||
expect(page.text).to include("Welcome to Growstuff (test), tdawg")
|
||||
expect(page.text).to include("Welcome to #{ENV['GROWSTUFF_SITE_NAME']}, tdawg")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user