mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
7 lines
154 B
Ruby
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
|