Fix spinach tests

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-05-23 09:47:58 +03:00
parent 9e6466c784
commit 696b9903f0
No known key found for this signature in database
GPG key ID: 627C5F589F467F17

View file

@ -89,7 +89,7 @@ class Groups < Spinach::FeatureSteps
Then 'I should see newly created group "Samurai"' do
page.should have_content "Samurai"
page.should have_content "Tokugawa Shogunate"
page.should have_content "You will only see events from projects in this group"
page.should have_content "Currently you are only seeing events from the"
end
And 'I change group "Owned" name to "new-name"' do