Fix creating file in new repo
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
0ebe8be02d
commit
e05fbf0494
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ class Spinach::Features::ProjectSourceBrowseFiles < Spinach::FeatureSteps
|
|||
end
|
||||
|
||||
step 'I click on "add a file" link' do
|
||||
click_link 'add a file'
|
||||
click_link 'adding README'
|
||||
|
||||
# Remove pre-receive hook so we can push without auth
|
||||
FileUtils.rm_f(File.join(@project.repository.path, 'hooks', 'pre-receive'))
|
||||
|
|
Loading…
Reference in a new issue