Skip to content

Commit

Permalink
Fix space before parenthesis.
Browse files Browse the repository at this point in the history
  • Loading branch information
zenom committed Dec 13, 2010
1 parent 5850a6a commit 7254a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/routing/routes_spec.rb
Expand Up @@ -34,7 +34,7 @@
end

it 'routes /list/:id to builds#latest_by_project' do
{ :get => '/list/test-app' }.should route_to (
{ :get => '/list/test-app' }.should route_to(
:controller => 'builds',
:action => 'latest_by_project',
:id => 'test-app'
Expand Down

0 comments on commit 7254a4b

Please sign in to comment.