Sha256: d182913ece8bd9dae110718e8dba1d71975acab707e57527523a2105ddf360aa

Contents?: true

Size: 188 Bytes

Versions: 6

Compression:

Stored size: 188 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
shoulda-matchers-3.1.3 lib/shoulda/matchers/routing.rb
shoulda-matchers-3.1.2 lib/shoulda/matchers/routing.rb
shoulda-matchers-3.1.1 lib/shoulda/matchers/routing.rb
shoulda-matchers-3.1.0 lib/shoulda/matchers/routing.rb
shoulda-matchers-3.0.1 lib/shoulda/matchers/routing.rb
shoulda-matchers-3.0.0 lib/shoulda/matchers/routing.rb