spec/omniauth/strategies/meetup_spec.rb in oa-oauth-0.2.4 vs spec/omniauth/strategies/meetup_spec.rb in oa-oauth-0.2.5

- old
+ new

@@ -1,5 +1,5 @@ -require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper') +require File.expand_path('../../../spec_helper', __FILE__) describe OmniAuth::Strategies::Meetup do it_should_behave_like 'an oauth strategy' it 'should use the authenticate (sign in) path by default' do s = strategy_class.new(app, 'abc', 'def')