1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00
omniauth--omniauth/oa-basic/spec/omniauth/strategies/basic_spec.rb
2011-04-22 13:13:24 -05:00

7 lines
154 B
Ruby

require File.expand_path('../../../spec_helper', __FILE__)
describe OmniAuth::Strategies::HttpBasic do
it 'should exist' do
# do nothing
end
end