summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-29 06:14:05 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-29 06:14:05 +0300
commita0aa0212a9286b26457a5b44674f81b26f6bc097 (patch)
tree99b33f254c37017875a3e4f8835c18835593f18d /spec
parentdf03275eaa2640887e4902a7e8198ed0e2896063 (diff)
downloadgitlab-ce-a0aa0212a9286b26457a5b44674f81b26f6bc097.tar.gz
Removed feature: comments on wiki
Diffstat (limited to 'spec')
-rw-r--r--spec/requests/gitlab_flavored_markdown_spec.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/requests/gitlab_flavored_markdown_spec.rb b/spec/requests/gitlab_flavored_markdown_spec.rb
index aedd435e617..ad5d7cd7607 100644
--- a/spec/requests/gitlab_flavored_markdown_spec.rb
+++ b/spec/requests/gitlab_flavored_markdown_spec.rb
@@ -197,18 +197,6 @@ describe "Gitlab Flavored Markdown" do
page.should have_link("##{issue.id}")
end
-
- it "should render in wikis#index", js: true do
- visit project_wiki_path(project, :index)
- fill_in "Title", with: 'Test title'
- fill_in "Content", with: '[link test](test)'
- click_on "Save"
-
- fill_in "note_note", with: "see ##{issue.id}"
- click_button "Add Comment"
-
- page.should have_link("##{issue.id}")
- end
end