summaryrefslogtreecommitdiff
path: root/features/steps/shared/project.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-22 23:57:29 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-22 23:57:29 +0300
commit95791316f4037273af7b747ce1851d5f4e46933f (patch)
tree31df532e77b917dc80f1d60878731bcdceca52aa /features/steps/shared/project.rb
parente45179c9b4d0504def48f00cfe4b97463b090614 (diff)
downloadgitlab-ce-95791316f4037273af7b747ce1851d5f4e46933f.tar.gz
Lets fix tests
Diffstat (limited to 'features/steps/shared/project.rb')
-rw-r--r--features/steps/shared/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/project.rb b/features/steps/shared/project.rb
index 44f9d390cb1..66553e1e089 100644
--- a/features/steps/shared/project.rb
+++ b/features/steps/shared/project.rb
@@ -42,7 +42,7 @@ module SharedProject
Then 'I should see project "Shop" activity feed' do
project = Project.find_by_name("Shop")
- page.should have_content "#{@user.name} pushed new branch new_design at #{project.name}"
+ page.should have_content "#{@user.name} pushed new branch new_design at #{project.name_with_namespace}"
end
Then 'I should see project settings' do