Skip to content

Commit

Permalink
Edited lib/shoulda/matchers/action_controller/route_matcher.rb via Gi…
Browse files Browse the repository at this point in the history
…tHub
  • Loading branch information
shaliko committed Aug 26, 2011
1 parent f6511a3 commit 12455ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shoulda/matchers/action_controller/route_matcher.rb
Expand Up @@ -16,7 +16,7 @@ module ActionController # :nodoc:
# it { should route(:get, "/posts/new").to(:action => :new) }
# it { should route(:post, "/posts").to(:action => :create) }
# it { should route(:get, "/posts/1").to(:action => :show, :id => 1) }
# it { should route(:get, "/posts/1").to(:action => :get, :id => 1) }
# it { should route(:get, "/posts/1/edit").to(:action => :edit, :id => 1) }
# it { should route(:put, "/posts/1").to(:action => :update, :id => 1) }
# it { should route(:delete, "/posts/1").
# to(:action => :destroy, :id => 1) }
Expand Down

0 comments on commit 12455ae

Please sign in to comment.