|
|
@ -4,6 +4,7 @@ describe RbServerVariablesController do |
|
|
|
describe "routing" do |
|
|
|
describe "routing" do |
|
|
|
it { get('/projects/project_42/server_variables.js').should route_to(:controller => 'rb_server_variables', |
|
|
|
it { get('/projects/project_42/server_variables.js').should route_to(:controller => 'rb_server_variables', |
|
|
|
:action => 'show', |
|
|
|
:action => 'show', |
|
|
|
|
|
|
|
:format => 'js', |
|
|
|
:project_id => 'project_42') } |
|
|
|
:project_id => 'project_42') } |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |