summaryrefslogtreecommitdiff
path: root/features/steps
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2015-12-21 21:44:34 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2015-12-21 22:21:10 -0200
commit23b436dc9346275e9fbd6201317e09da63befc46 (patch)
tree5598fca5d89116d4f81c44a7f5342fe34a800fec /features/steps
parentdaa28d9fbd78415fd9e1d33deafdcaed56b10981 (diff)
downloadgitlab-ce-23b436dc9346275e9fbd6201317e09da63befc46.tar.gz
Fix minor stylistic complaints
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/project/commits/branches.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/commits/branches.rb b/features/steps/project/commits/branches.rb
index 109d031d446..0a42931147d 100644
--- a/features/steps/project/commits/branches.rb
+++ b/features/steps/project/commits/branches.rb
@@ -62,7 +62,7 @@ class Spinach::Features::ProjectCommitsBranches < Spinach::FeatureSteps
step 'I should see new an error that branch is invalid' do
expect(page).to have_content 'Branch name is invalid'
- expect(page).to have_content "can't contains spaces"
+ expect(page).to have_content "can't contain spaces"
end
step 'I should see new an error that ref is invalid' do