Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-19 16:39:32 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-19 16:39:32 +0400
commitb1bd3f1252eb529030f2295e4c2a991158894b64 (patch)
tree135e557c9505c740496a123b92fe5fe560c349ef /features
parent124a5e270e581bf3928559bd2de2c9c973c30952 (diff)
fix tests. added jquery.timeago.js
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 444e1d0c2fd..21f0d7867d0 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -161,7 +161,7 @@ module SharedPaths
end
Given "I visit my project's wall page" do
- visit wall_project_path(@project)
+ visit project_wall_path(@project)
end
Given "I visit my project's wiki page" do