Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Fixed another rails 4 incompatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
nning committed Feb 25, 2014
1 parent c2b7372 commit 8d349cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/admin/searches_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Tests for app/controllers/admin/searches_controller.rb
class Admin::SearchesControllerTest < ActionController::TestCase
should route(:post, 'admin/search').to('admin/searches#search')
should route(:post, 'admin/search').to(controller: 'admin/searches', action: :search)

context 'Admin namespace' do
setup do
Expand Down

0 comments on commit 8d349cb

Please sign in to comment.