Sha256: e15153b1399c6562357121ab2d09d39516310d35829cad322e4d6f790de3395d

Contents?: true

Size: 179 Bytes

Versions: 34

Compression:

Stored size: 179 Bytes

Contents

require 'test_helper.rb'

class RouterTest < ActionController::TestCase
  should_route :post, "/sortable_models/reorder", :controller => :sortable_models, :action => :reorder
end

Version data entries

34 entries across 34 versions & 3 rubygems

Version Path
active_scaffold_sortable-3.2.5 test/router_test.rb
active_scaffold_sortable-3.2.4 test/router_test.rb
active_scaffold_duplicate-1.0.1 test/router_test.rb
active_scaffold_sortable-3.2.3 test/router_test.rb
active_scaffold_sortable-3.2.2 test/router_test.rb
active_scaffold_sortable-3.2.1 test/router_test.rb
active_scaffold_duplicate-1.0.0 test/router_test.rb
active_scaffold_sortable-3.2.0 test/router_test.rb
active_scaffold_sortable-3.1.2 test/router_test.rb
active_scaffold_sortable-3.1.1 test/router_test.rb
active_scaffold_sortable-3.1.0 test/router_test.rb
active_scaffold_sortable-3.0.2 test/router_test.rb
active_scaffold_sortable_vho-3.0.1 test/router_test.rb
active_scaffold_sortable_vho-3.0.0 test/router_test.rb