Sha256: b3f27cbd6bbf39a8c74bf8ba9d4b8bfc8fcdec0233fda02216ad3aebe671824f

Contents?: true

Size: 119 Bytes

Versions: 24

Compression:

Stored size: 119 Bytes

Contents

module Requests
  module AuthHelpers
    def auth_headers_for(user)
      user.create_new_auth_token
    end
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
graphql_devise-0.12.3 spec/support/requests/auth_helpers.rb
graphql_devise-0.12.2 spec/support/requests/auth_helpers.rb
graphql_devise-0.12.1 spec/support/requests/auth_helpers.rb
graphql_devise-0.12.0 spec/support/requests/auth_helpers.rb
graphql_devise-0.11.4 spec/support/requests/auth_helpers.rb
graphql_devise-0.11.3 spec/support/requests/auth_helpers.rb
graphql_devise-0.11.2 spec/support/requests/auth_helpers.rb
graphql_devise-0.11.1 spec/support/requests/auth_helpers.rb
graphql_devise-0.11.0 spec/support/requests/auth_helpers.rb
graphql_devise-0.10.1 spec/support/requests/auth_helpers.rb
graphql_devise-0.10.0 spec/support/requests/auth_helpers.rb
graphql_devise-0.9.2 spec/support/requests/auth_helpers.rb
graphql_devise-0.9.1 spec/support/requests/auth_helpers.rb
graphql_devise-0.9.0 spec/support/requests/auth_helpers.rb
graphql_devise-0.8.1 spec/support/requests/auth_helpers.rb
graphql_devise-0.8.0 spec/support/requests/auth_helpers.rb
graphql_devise-0.7.0 spec/support/requests/auth_helpers.rb
graphql_devise-0.6.0 spec/support/requests/auth_helpers.rb
graphql_devise-0.5.0 spec/support/requests/auth_helpers.rb
graphql_devise-0.4.1 spec/support/requests/auth_helpers.rb