Sha256: db3998ac11c811d515b01415d616f9f8ffc76366c46ab41e5a35ed7a41a3ca31

Contents?: true

Size: 1.11 KB

Versions: 20

Compression:

Stored size: 1.11 KB

Contents

require 'shoulda/matchers/action_controller/filter_param_matcher'
require 'shoulda/matchers/action_controller/route_params'
require 'shoulda/matchers/action_controller/set_flash_matcher'
require 'shoulda/matchers/action_controller/render_with_layout_matcher'
require 'shoulda/matchers/action_controller/respond_with_matcher'
require 'shoulda/matchers/action_controller/set_session_matcher'
require 'shoulda/matchers/action_controller/route_matcher'
require 'shoulda/matchers/action_controller/redirect_to_matcher'
require 'shoulda/matchers/action_controller/render_template_matcher'
require 'shoulda/matchers/action_controller/rescue_from_matcher'
require 'shoulda/matchers/action_controller/callback_matcher'
require 'shoulda/matchers/action_controller/permit_matcher'
require 'shoulda/matchers/action_controller/set_session_or_flash_matcher'
require 'shoulda/matchers/action_controller/flash_store'
require 'shoulda/matchers/action_controller/session_store'

module Shoulda
  module Matchers
    # This module provides matchers that are used to test behavior within
    # controllers.
    module ActionController
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
shoulda-matchers-6.4.0 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-6.3.1 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-6.3.0 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-6.2.0 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-6.1.0 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-6.0.0 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-5.3.0 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-5.2.0 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-5.1.0 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-5.0.0 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-5.0.0.rc1 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-4.5.1 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-4.5.0 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-4.4.1 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-4.3.0 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-4.2.0 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-4.1.2 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-4.1.1 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-4.1.0 lib/shoulda/matchers/action_controller.rb
shoulda-matchers-4.0.1 lib/shoulda/matchers/action_controller.rb