Sha256: d67da532aa8d00bbc71b5230b95a332b6c198fd125a26a7396887a72b76952af

Contents?: true

Size: 187 Bytes

Versions: 5

Compression:

Stored size: 187 Bytes

Contents

require 'spec_helper'

describe Facemock::AuthHash do
  it 'should inherit a OmniAuth::AuthHash class' do
    expect(Facemock::AuthHash.ancestors).to include OmniAuth::AuthHash
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
facemock-0.0.11 spec/facemock/auth_hash_spec.rb
facemock-0.0.10 spec/facemock/auth_hash_spec.rb
facemock-0.0.9 spec/facemock/auth_hash_spec.rb
facemock-0.0.8 spec/facemock/auth_hash_spec.rb
facemock-0.0.7 spec/facemock/auth_hash_spec.rb