Sha256: c2b18dba53f1be890d0195d9c5c672b29ca13e796347078e4101f6ce76e5925a
Contents?: true
Size: 284 Bytes
Versions: 7
Compression:
Stored size: 284 Bytes
Contents
# frozen_string_literal: true # Used for Integration Testing (clearing sessions after test runs) # https://stackoverflow.com/questions/7779963/integration-test-with-rspec-and-devise-sign-in-env RSpec.configure do |config| config.include Warden::Test::Helpers end Warden.test_mode!
Version data entries
7 entries across 7 versions & 1 rubygems