Sha256: 635e8fd59aef734ddd6ba15c82e6e55b8e57cdcea15d3edf944666def0959c93

Contents?: true

Size: 211 Bytes

Versions: 22

Compression:

Stored size: 211 Bytes

Contents

module Shoulda
  module Matchers
    # @private
    module Routing
      def route(method, path, port: nil)
        ActionController::RouteMatcher.new(self, method, path, port: port)
      end
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
shoulda-matchers-6.4.0 lib/shoulda/matchers/routing.rb
shoulda-matchers-6.3.1 lib/shoulda/matchers/routing.rb
shoulda-matchers-6.3.0 lib/shoulda/matchers/routing.rb
shoulda-matchers-6.2.0 lib/shoulda/matchers/routing.rb
shoulda-matchers-6.1.0 lib/shoulda/matchers/routing.rb
shoulda-matchers-6.0.0 lib/shoulda/matchers/routing.rb
shoulda-matchers-5.3.0 lib/shoulda/matchers/routing.rb
shoulda-matchers-5.2.0 lib/shoulda/matchers/routing.rb
shoulda-matchers-5.1.0 lib/shoulda/matchers/routing.rb
shoulda-matchers-5.0.0 lib/shoulda/matchers/routing.rb
shoulda-matchers-5.0.0.rc1 lib/shoulda/matchers/routing.rb
shoulda-matchers-4.5.1 lib/shoulda/matchers/routing.rb
shoulda-matchers-4.5.0 lib/shoulda/matchers/routing.rb
shoulda-matchers-4.4.1 lib/shoulda/matchers/routing.rb
shoulda-matchers-4.4.0 lib/shoulda/matchers/routing.rb
shoulda-matchers-4.3.0 lib/shoulda/matchers/routing.rb
shoulda-matchers-4.2.0 lib/shoulda/matchers/routing.rb
shoulda-matchers-4.1.2 lib/shoulda/matchers/routing.rb
shoulda-matchers-4.1.1 lib/shoulda/matchers/routing.rb
shoulda-matchers-4.1.0 lib/shoulda/matchers/routing.rb