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_server_variables_routing...

10 lines
433 B

require 'spec_helper'
describe RbServerVariablesController do
describe "routing" do
it { get('/projects/project_42/server_variables.js').should route_to(:controller => 'rb_server_variables',
:action => 'show',
:format => 'js',
:project_id => 'project_42') }
end
end