Sha256: f2cfaa1ce1bfc21176adaf3f2255c4f0d071f1738875b383f643c47f04181141

Contents?: true

Size: 265 Bytes

Versions: 1

Compression:

Stored size: 265 Bytes

Contents

require 'spec_helper'
require 'omniauth-bungie-oauth2'

describe Omniauth::Strategies::Bungie do
  it "has a version number" do
    expect(Omniauth::BungieOauth2::VERSION).not_to be nil
  end

  it "does something useful" do
    expect(false).to eq(true)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-bungie-oauth2-0.1.0 spec/omniauth/strategies/bungie_oauth2_spec.rb