summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-03 10:06:31 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-03 10:06:31 +0300
commit413a310faa17f626f351fa3afd6423e8782935a9 (patch)
tree290a418a9750d66fd43282b0a51157abb4eef7a2 /features
parent7e8bf92bd77f5a63802c87bfbb6282a17a43c691 (diff)
downloadgitlab-ce-413a310faa17f626f351fa3afd6423e8782935a9.tar.gz
fixed blame and mr factory
Diffstat (limited to 'features')
-rw-r--r--features/steps/shared/paths.rb2
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