Sha256: 33386fddc930c12c2d5b3d0e48e2cc38cc3e4b91f60128d7e84e12089637c7a1

Contents?: true

Size: 508 Bytes

Versions: 2

Compression:

Stored size: 508 Bytes

Contents

require 'rails_helper'

describe Auth do
  let(:auth_params) { attributes_for(:auth) }

  it "finds the full name"
  it "returns the provider name if there is no full name"
  it "finds the first name"
  it "finds the last name"
  it "finds the image url"
  it "finds the image for a tumblr url"
  it "finds the username"
  it "does not find a username for google"
  it "has provider specific tests"
  it "knows how to refresh google tokens"
  it "returns a formatted provider name"
  it "parses the env"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
authkit-0.7.0 lib/generators/authkit/templates/spec/models/auth_spec.rb
authkit-0.5.0 lib/generators/authkit/templates/spec/models/auth_spec.rb