Sha256: 3f28e2c34cdde621449ac3e228129f4e61c78657d38fd23ea58d39f2918742da
Contents?: true
Size: 256 Bytes
Versions: 4
Compression:
Stored size: 256 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) describe 'OmniAuth::Strategies::Flickr' do it 'should initialize with a consumer key and secret' do lambda{OmniAuth::Strategies::Flickr.new({},'abc','def')}.should_not raise_error end end
Version data entries
4 entries across 4 versions & 2 rubygems