Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-03 16:33:02 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-03 16:34:36 +0300
commitd4377b8c12e106892098d66321059ca6bc1affdd (patch)
tree57fe9e6c1f990db44b9794b911e55f44b38e37fc /features
parentc998ce66ada6b5281c7b1a2a8227866b0159c9ce (diff)
Update commit icon; fix specs
Diffstat (limited to 'features')
-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 345a28f27dc..47bdc708e09 100644
--- a/features/steps/shared/project.rb
+++ b/features/steps/shared/project.rb
@@ -97,7 +97,7 @@ module SharedProject
step 'I should see project "Shop" activity feed' do
project = Project.find_by(name: "Shop")
- expect(page).to have_content "#{@user.name} pushed new branch fix at #{project.name_with_namespace}"
+ expect(page).to have_content "pushed new branch fix at #{project.name_with_namespace}"
end
step 'I should see project settings' do