Commit 2465a4fd authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

removed few outdated tests

parent 70af9629
......@@ -196,15 +196,5 @@ describe "Gitlab Flavored Markdown" do
page.should have_link("##{issue.id}")
end
it "should render in projects#wall", js: true do
visit project_wall_path(project)
within ".new_note.js-main-target-form" do
fill_in "note_note", with: "see ##{issue.id}"
click_button "Add Comment"
end
page.should have_link("##{issue.id}")
end
end
end
......@@ -71,11 +71,7 @@ describe ProjectsController, "routing" do
end
it "to #wall" do
get("/gitlabhq/wall").should route_to('projects#wall', id: 'gitlabhq')
end
it "to #files" do
get("/gitlabhq/files").should route_to('projects#files', id: 'gitlabhq')
get("/gitlabhq/wall").should route_to('walls#show', project_id: 'gitlabhq')
end
it "to #edit" do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment