Sha256: d4d9021936ca9c829194d4c748d57796c36115bca2aa1f5b6406ec06ba43061f

Contents?: true

Size: 256 Bytes

Versions: 3

Compression:

Stored size: 256 Bytes

Contents

require File.expand_path('../../../spec_helper', __FILE__)

describe 'OmniAuth::Strategies::LastFm' do
  it 'should initialize with a consumer key and secret' do
    lambda{OmniAuth::Strategies::LastFm.new({},'abc','def')}.should_not raise_error
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
oa-more-0.3.2 spec/omniauth/strategies/last_fm_spec.rb
oa-more-0.3.0 spec/omniauth/strategies/last_fm_spec.rb
oa-more-0.3.0.rc3 spec/omniauth/strategies/last_fm_spec.rb