Cleanup after issues refactor and fix test
This commit is contained in:
parent
2f7effe804
commit
adb17d6052
3 changed files with 18 additions and 15 deletions
|
@ -245,6 +245,7 @@ describe MergeRequestsController, "routing" do
|
|||
|
||||
it_behaves_like "RESTful project resources" do
|
||||
let(:controller) { 'merge_requests' }
|
||||
let(:actions) { [:index, :create, :new, :edit, :show, :update] }
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -325,6 +326,7 @@ end
|
|||
describe MilestonesController, "routing" do
|
||||
it_behaves_like "RESTful project resources" do
|
||||
let(:controller) { 'milestones' }
|
||||
let(:actions) { [:index, :create, :new, :edit, :show, :update] }
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -360,6 +362,7 @@ describe IssuesController, "routing" do
|
|||
|
||||
it_behaves_like "RESTful project resources" do
|
||||
let(:controller) { 'issues' }
|
||||
let(:actions) { [:index, :create, :new, :edit, :show, :update] }
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue