Skip to content

Commit

Permalink
Make sure tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
robdimarco committed Nov 22, 2011
1 parent 7c97fff commit 8218219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/omniauth/strategies/crowd_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def strategy
auth.should be_kind_of(Hash)
end
it 'should have good data' do
auth = last_request.env['omniauth.auth']['provider'].should == 'crowd'
auth = last_request.env['omniauth.auth']['provider'].should == :crowd
auth = last_request.env['omniauth.auth']['uid'].should == 'foo'
auth = last_request.env['omniauth.auth']['user_info'].should be_kind_of(Hash)
end
Expand Down
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
include Rack::Test::Methods
include WebMock

require 'omniauth/crowd'
require 'omniauth_crowd'

WebMock.disable_net_connect!
WebMock.disable_net_connect!

0 comments on commit 8218219

Please sign in to comment.