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-07-16 23:25:59 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-16 23:25:59 +0400
commitd207a31fc97edf4e19a50c4a650d6a34b4f5a2cf (patch)
treefc24c82bf320d067805643252b79e32d2c685801 /spec/features/gitlab_flavored_markdown_spec.rb
parent7a167cf1f74b4e74c4ba9de715585a1251165c5b (diff)
Fix tests and tab highlight
Diffstat (limited to 'spec/features/gitlab_flavored_markdown_spec.rb')
-rw-r--r--spec/features/gitlab_flavored_markdown_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/gitlab_flavored_markdown_spec.rb b/spec/features/gitlab_flavored_markdown_spec.rb
index 53d31766a00..e67df7c1fb0 100644
--- a/spec/features/gitlab_flavored_markdown_spec.rb
+++ b/spec/features/gitlab_flavored_markdown_spec.rb
@@ -41,7 +41,7 @@ describe "GitLab Flavored Markdown" do
end
it "should render title in repositories#branches" do
- visit branches_project_repository_path(project)
+ visit project_branches_path(project)
page.should have_link("##{issue.id}")
end