Sha256: 909aa5aad3281b03afb5239ed1545512f90b747a89bd880d5183facac8bb4470

Contents?: true

Size: 321 Bytes

Versions: 6

Compression:

Stored size: 321 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, type: :controller
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
warp-1.5.0 lib/warp/controller_matchers.rb
warp-1.4.0 lib/warp/controller_matchers.rb
warp-1.3.3 lib/warp/controller_matchers.rb
warp-1.3.2 lib/warp/controller_matchers.rb
warp-1.3.1 lib/warp/controller_matchers.rb
warp-1.3.0 lib/warp/controller_matchers.rb