OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/spec/routing/rb_master_backlogs_routing_...

9 lines
359 B

require 'spec_helper'
describe RbMasterBacklogsController do
describe "routing" do
it { get('/projects/project_42/backlogs').should route_to(:controller => 'rb_master_backlogs',
:action => 'index',
:project_id => 'project_42') }
end
end