Commit 2465a4fdb27ff90a58974b2d2dbf191626f53169
1 parent
70af9629
Exists in
master
and in
4 other branches
removed few outdated tests
Showing
2 changed files
with
1 additions
and
15 deletions
Show diff stats
spec/features/gitlab_flavored_markdown_spec.rb
@@ -196,15 +196,5 @@ describe "Gitlab Flavored Markdown" do | @@ -196,15 +196,5 @@ describe "Gitlab Flavored Markdown" do | ||
196 | 196 | ||
197 | page.should have_link("##{issue.id}") | 197 | page.should have_link("##{issue.id}") |
198 | end | 198 | end |
199 | - | ||
200 | - it "should render in projects#wall", js: true do | ||
201 | - visit project_wall_path(project) | ||
202 | - within ".new_note.js-main-target-form" do | ||
203 | - fill_in "note_note", with: "see ##{issue.id}" | ||
204 | - click_button "Add Comment" | ||
205 | - end | ||
206 | - | ||
207 | - page.should have_link("##{issue.id}") | ||
208 | - end | ||
209 | end | 199 | end |
210 | end | 200 | end |
spec/routing/project_routing_spec.rb
@@ -71,11 +71,7 @@ describe ProjectsController, "routing" do | @@ -71,11 +71,7 @@ describe ProjectsController, "routing" do | ||
71 | end | 71 | end |
72 | 72 | ||
73 | it "to #wall" do | 73 | it "to #wall" do |
74 | - get("/gitlabhq/wall").should route_to('projects#wall', id: 'gitlabhq') | ||
75 | - end | ||
76 | - | ||
77 | - it "to #files" do | ||
78 | - get("/gitlabhq/files").should route_to('projects#files', id: 'gitlabhq') | 74 | + get("/gitlabhq/wall").should route_to('walls#show', project_id: 'gitlabhq') |
79 | end | 75 | end |
80 | 76 | ||
81 | it "to #edit" do | 77 | it "to #edit" do |