Sha256: 5be82f2cbdf48974e9e5c9cb238431b49edae0ed349546cd1864be786287ee0a

Contents?: true

Size: 717 Bytes

Versions: 13

Compression:

Stored size: 717 Bytes

Contents

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

module Test # :nodoc: all
  module Unit
    class TestCase
      include Shoulda::ActionController::Matchers
      include Shoulda::ActionController::Helpers
      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

13 entries across 13 versions & 6 rubygems

Version Path
francois-shoulda-2.10.1 lib/shoulda/action_controller.rb
gnip-gnip-1.1.1 test/lib/shoulda/action_controller.rb
technicalpickles-shoulda-2.10.0 lib/shoulda/action_controller.rb
thoughtbot-shoulda-2.10.0 lib/shoulda/action_controller.rb
thoughtbot-shoulda-2.10.1 lib/shoulda/action_controller.rb
thoughtbot-shoulda-2.9.2 lib/shoulda/action_controller.rb
shoulda-2.9.2 lib/shoulda/action_controller.rb
shoulda-2.10.0 lib/shoulda/action_controller.rb
shoulda-2.10.1 lib/shoulda/action_controller.rb
gnip-0.4.2 test/lib/shoulda/action_controller.rb
gnip-1.0.0 test/lib/shoulda/action_controller.rb
gnip-1.1.2 test/lib/shoulda/action_controller.rb
gnip-1.1.1 test/lib/shoulda/action_controller.rb