diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-03 10:06:31 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-03 10:06:31 +0300 |
commit | 413a310faa17f626f351fa3afd6423e8782935a9 (patch) | |
tree | 290a418a9750d66fd43282b0a51157abb4eef7a2 /features | |
parent | 7e8bf92bd77f5a63802c87bfbb6282a17a43c691 (diff) | |
download | gitlab-ce-413a310faa17f626f351fa3afd6423e8782935a9.tar.gz |
fixed blame and mr factory
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/shared/paths.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb index 1af8b478155..27ca65b22dd 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -205,7 +205,7 @@ module SharedPaths end Given 'I visit blob file from repo' do - visit project_tree_path(@project, File.join(ValidCommit::ID, ValidCommit::BLOB_FILE_PATH)) + visit project_blob_path(@project, File.join(ValidCommit::ID, ValidCommit::BLOB_FILE_PATH)) end Given 'I visit project source page for "8470d70"' do |