Sha256: 27cbe146f30ffdadc8374382d1df164e8a4ba398bca85f361b68e0415e44f1bf

Contents?: true

Size: 337 Bytes

Versions: 3

Compression:

Stored size: 337 Bytes

Contents

require File.expand_path("../../../../test_helper.rb", __FILE__)

module Actionpack
  module ActionController
    class RoutingTest < ::ActionController::TestCase

      test "root_path" do
        assert_routing     "/", :controller => "application", :action => "index"
        assert_named_route "/", :root
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rich_support-0.1.2 suit/shared/test/unit/actionpack/action_controller/routing_test.rb
rich_support-0.1.1 suit/shared/test/unit/actionpack/action_controller/routing_test.rb
rich_support-0.1.0 suit/shared/test/unit/actionpack/action_controller/routing_test.rb