lib/devise/test/integration_helpers.rb in devise-4.3.0 vs lib/devise/test/integration_helpers.rb in devise-4.4.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Devise # Devise::Test::IntegrationHelpers is a helper module for facilitating # authentication on Rails integration tests to bypass the required steps for # signin in or signin out a record. #