removed few outdated tests
This commit is contained in:
parent
70af962963
commit
2465a4fdb2
2 changed files with 1 additions and 15 deletions
|
@ -196,15 +196,5 @@ describe "Gitlab Flavored Markdown" do
|
||||||
|
|
||||||
page.should have_link("##{issue.id}")
|
page.should have_link("##{issue.id}")
|
||||||
end
|
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
|
||||||
end
|
end
|
||||||
|
|
|
@ -71,11 +71,7 @@ describe ProjectsController, "routing" do
|
||||||
end
|
end
|
||||||
|
|
||||||
it "to #wall" do
|
it "to #wall" do
|
||||||
get("/gitlabhq/wall").should route_to('projects#wall', id: 'gitlabhq')
|
get("/gitlabhq/wall").should route_to('walls#show', project_id: 'gitlabhq')
|
||||||
end
|
|
||||||
|
|
||||||
it "to #files" do
|
|
||||||
get("/gitlabhq/files").should route_to('projects#files', id: 'gitlabhq')
|
|
||||||
end
|
end
|
||||||
|
|
||||||
it "to #edit" do
|
it "to #edit" do
|
||||||
|
|
Loading…
Reference in a new issue