removed few outdated tests
This commit is contained in:
parent
70af962963
commit
2465a4fdb2
2 changed files with 1 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue