Sha256: ecfd7fe340abf82fa73432c677fff219f5aa7ba0980580fff4a4e719dd099d51

Contents?: true

Size: 497 Bytes

Versions: 3

Compression:

Stored size: 497 Bytes

Contents

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

module Actionpack
  module ActionController
    class TestCaseTest < ActiveSupport::TestCase

      context "An ActionController::TestCase instance" do
        should "be provided with named route assertion methods" do
          methods = ::ActionController::TestCase.instance_methods
          assert methods.include?("assert_named_route")
          assert methods.include?("named_routes")
        end
      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/test_case_test.rb
rich_support-0.1.1 suit/shared/test/unit/actionpack/action_controller/test_case_test.rb
rich_support-0.1.0 suit/shared/test/unit/actionpack/action_controller/test_case_test.rb