Sha256: 3c2b302f939459a47af65cd4cbb6ea121ea3cca3c882f4a1cd7201907c3f1f0b
Contents?: true
Size: 317 Bytes
Versions: 16
Compression:
Stored size: 317 Bytes
Contents
if defined? Shoulda::Matchers module ShouldaRoutingMatchers def route(method, path) Shoulda::Matchers::ActionController::RouteMatcher.new(method, path, self) end end module RSpec module Rails module RoutingExampleGroup include ShouldaRoutingMatchers end end end end
Version data entries
16 entries across 16 versions & 1 rubygems