mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Fixing TripIt spec.
This commit is contained in:
parent
53380b934d
commit
9549d1a8a6
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
||||
|
||||
describe 'OmniAuth::Strategies::Tripit' do
|
||||
describe 'OmniAuth::Strategies::TripIt' do
|
||||
|
||||
it 'should subclass OAuth' do
|
||||
OmniAuth::Strategies::Tripit.should < OmniAuth::Strategies::OAuth
|
||||
OmniAuth::Strategies::TripIt.should < OmniAuth::Strategies::OAuth
|
||||
end
|
||||
|
||||
it 'should initialize with just consumer key and secret' do
|
||||
lambda{OmniAuth::Strategies::Tripit.new({},'abc','def')}.should_not raise_error
|
||||
lambda{OmniAuth::Strategies::TripIt.new({},'abc','def')}.should_not raise_error
|
||||
end
|
||||
|
||||
end
|
Loading…
Add table
Reference in a new issue