Added missing format specifier for server_variables routing spec

pull/6827/head
Sebastian Schuster 12 years ago
parent 87d51f34b0
commit acae0fafdc
  1. 1
      spec/routing/rb_server_variables_routing_spec.rb

@ -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
Loading…
Cancel
Save