Commit 696b9903f08011e37811dc8b8ff4f7da77201d13

Authored by Dmitriy Zaporozhets
1 parent 9e6466c7

Fix spinach tests

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
features/steps/group/group.rb
... ... @@ -89,7 +89,7 @@ class Groups &lt; Spinach::FeatureSteps
89 89 Then 'I should see newly created group "Samurai"' do
90 90 page.should have_content "Samurai"
91 91 page.should have_content "Tokugawa Shogunate"
92   - page.should have_content "You will only see events from projects in this group"
  92 + page.should have_content "Currently you are only seeing events from the"
93 93 end
94 94  
95 95 And 'I change group "Owned" name to "new-name"' do
... ...