Sha256: d466abc77dd94e4eb0e31a507fb88244ad035f0c940113c9c7bf2ca24945d192
Contents?: true
Size: 578 Bytes
Versions: 2
Compression:
Stored size: 578 Bytes
Contents
# frozen_string_literal: true begin require 'dirty_url/patches/feature_example_group' rescue LoadError end ::RSpec.configure do |config| if defined?(::RSpec::Rails) && ::Pathname.pwd.join('spec', 'dummy', 'config', 'environment.rb').exist? require 'rspeckled/patches/rails/namespaced_engine_controller_route_fix' config.include Rspeckled::NamespacedEngineControllerRouteFix, type: :controller end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rspeckled-2.1.1 | lib/rspeckled/patches.rb |
rspeckled-2.1.0 | lib/rspeckled/patches.rb |