summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-03-24 16:58:44 +0100
committerDouwe Maan <douwe@gitlab.com>2015-03-27 11:10:56 +0100
commit1d829ca15102b62fe2eab1287d4c33f1add9d239 (patch)
tree21d690e5a2adab0ac5ecba552acc7079e7329488 /features
parent5f93b0e3da9f84f44c5f00af5d3e48c277d68d5b (diff)
downloadgitlab-ce-1d829ca15102b62fe2eab1287d4c33f1add9d239.tar.gz
Fix tests.
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/source/browse_files.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/source/browse_files.rb b/features/steps/project/source/browse_files.rb
index 557555aee58..caf6c73ee06 100644
--- a/features/steps/project/source/browse_files.rb
+++ b/features/steps/project/source/browse_files.rb
@@ -74,7 +74,7 @@ class Spinach::Features::ProjectSourceBrowseFiles < Spinach::FeatureSteps
end
step 'I fill the new file name with an illegal name' do
- fill_in :file_name, with: '.git'
+ fill_in :file_name, with: 'Spaces Not Allowed'
end
step 'I fill the commit message' do