mirror of
https://github.com/elyby/omniauth-ely.git
synced 2025-05-31 14:11:40 +05:30
Allow omniauth 2.0, specify user URL as https
This commit is contained in:
@@ -37,7 +37,7 @@ describe OmniAuth::Strategies::Ely do
|
||||
raw_info = Hash.new
|
||||
raw_info['id'] = 1
|
||||
allow(subject).to receive(:raw_info).and_return(raw_info)
|
||||
expect(subject.profile_url).to eq('http://ely.by/u1')
|
||||
expect(subject.profile_url).to eq('https://ely.by/u1')
|
||||
end
|
||||
|
||||
it 'should build valid skin link' do
|
||||
|
Reference in New Issue
Block a user