Sha256: 9bba5f9c4e20ab1a3cc78e5179ee6ca4affcdef676341c038d41598456111318

Contents?: true

Size: 302 Bytes

Versions: 4

Compression:

Stored size: 302 Bytes

Contents

unless defined?(ActionController)
  raise RuntimeError, "ActionController is required to use Warp::ControllerMatchers."
end

require "warp/controller_matchers/assign_matcher"
require "warp/controller_matchers/set_flash_matcher"

RSpec.configure do |config|
  config.include Warp::ControllerMatchers
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
warp-1.2.3 lib/warp/controller_matchers.rb
warp-1.2.2 lib/warp/controller_matchers.rb
warp-1.2.1 lib/warp/controller_matchers.rb
warp-1.2.0 lib/warp/controller_matchers.rb