Commit 025d5e68 authored by Nihad Abbasov's avatar Nihad Abbasov

fix build

parent b82cb263
...@@ -41,8 +41,8 @@ class Dashboard < Spinach::FeatureSteps ...@@ -41,8 +41,8 @@ class Dashboard < Spinach::FeatureSteps
) )
end end
Then 'I should see "John Doe joined project Shop" event' do Then 'I should see "John Doe joined project at Shop" event' do
page.should have_content "John Doe joined project Shop" page.should have_content "John Doe joined project at Shop"
end end
And 'user with name "John Doe" left project "Shop"' do And 'user with name "John Doe" left project "Shop"' do
...@@ -55,8 +55,8 @@ class Dashboard < Spinach::FeatureSteps ...@@ -55,8 +55,8 @@ class Dashboard < Spinach::FeatureSteps
) )
end end
Then 'I should see "John Doe left project Shop" event' do Then 'I should see "John Doe left project at Shop" event' do
page.should have_content "John Doe left project Shop" page.should have_content "John Doe left project at Shop"
end end
And 'I own project "Shop"' do And 'I own project "Shop"' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment