Sha256: 309af5347bb5d5890cc77a185a6b01218f99b5bf93ab43a50a232c4176d9356e

Contents?: true

Size: 313 Bytes

Versions: 4

Compression:

Stored size: 313 Bytes

Contents

require 'authenticate/testing/controller_helpers'

# Support for test unit.
#
# As of Rails 5, controller tests subclass `ActionDispatch::IntegrationTest` and should use
# IntegrationTestsSignOn to bypass the sign on screen.
class ActionController::TestCase
  include Authenticate::Testing::ControllerHelpers
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
authenticate-0.7.3 lib/authenticate/testing/test_unit.rb
authenticate-0.7.2 lib/authenticate/testing/test_unit.rb
authenticate-0.7.1 lib/authenticate/testing/test_unit.rb
authenticate-0.7.0 lib/authenticate/testing/test_unit.rb