Sha256: 31772afcb910b7ab4492fdbaec3d56dec13ccf7f4bb2fe80f74b1f90f59bbde7

Contents?: true

Size: 624 Bytes

Versions: 38

Compression:

Stored size: 624 Bytes

Contents

require 'shoulda'
require 'shoulda/action_controller/matchers'
require 'shoulda/action_controller/macros'

module Test # :nodoc: all
  module Unit
    class TestCase
      include Shoulda::ActionController::Matchers
      extend Shoulda::ActionController::Macros
    end
  end
end

require 'shoulda/active_record/assertions'
require 'shoulda/action_mailer/assertions'

module ActionController #:nodoc: all
  module Integration
    class Session
      include Shoulda::Assertions
      include Shoulda::Helpers
      include Shoulda::ActiveRecord::Assertions
      include Shoulda::ActionMailer::Assertions
    end
  end
end

Version data entries

38 entries across 38 versions & 10 rubygems

Version Path
auser-poolparty-1.3.0 vendor/gems/shoulda/lib/shoulda/action_controller.rb
auser-poolparty-1.3.1 vendor/gems/shoulda/lib/shoulda/action_controller.rb
auser-poolparty-1.3.10 vendor/gems/shoulda/lib/shoulda/action_controller.rb
auser-poolparty-1.3.11 vendor/gems/shoulda/lib/shoulda/action_controller.rb
auser-poolparty-1.3.12 vendor/gems/shoulda/lib/shoulda/action_controller.rb
auser-poolparty-1.3.13 vendor/gems/shoulda/lib/shoulda/action_controller.rb
auser-poolparty-1.3.14 vendor/gems/shoulda/lib/shoulda/action_controller.rb
auser-poolparty-1.3.15 vendor/gems/shoulda/lib/shoulda/action_controller.rb
auser-poolparty-1.3.16 vendor/gems/shoulda/lib/shoulda/action_controller.rb
auser-poolparty-1.3.17 vendor/gems/shoulda/lib/shoulda/action_controller.rb
auser-poolparty-1.3.2 vendor/gems/shoulda/lib/shoulda/action_controller.rb
auser-poolparty-1.3.3 vendor/gems/shoulda/lib/shoulda/action_controller.rb
auser-poolparty-1.3.4 vendor/gems/shoulda/lib/shoulda/action_controller.rb
auser-poolparty-1.3.5 vendor/gems/shoulda/lib/shoulda/action_controller.rb
auser-poolparty-1.3.6 vendor/gems/shoulda/lib/shoulda/action_controller.rb
auser-poolparty-1.3.7 vendor/gems/shoulda/lib/shoulda/action_controller.rb
auser-poolparty-1.3.8 vendor/gems/shoulda/lib/shoulda/action_controller.rb
fairchild-poolparty-1.3.17 vendor/gems/shoulda/lib/shoulda/action_controller.rb
fairchild-poolparty-1.3.5 vendor/gems/shoulda/lib/shoulda/action_controller.rb
iGEL-shoulda-2.10.2 lib/shoulda/action_controller.rb