spec/lib/server_spec.rb in doorkeeper-4.4.3 vs spec/lib/server_spec.rb in doorkeeper-5.0.0.rc1
- old
+ new
@@ -44,10 +44,10 @@
stub_const 'Doorkeeper::Request::Code', fake_class
expect(fake_class).to receive(:new).with(subject)
subject.authorization_request :code
end
- it 'builds the request with composit strategy name' do
+ it 'builds the request with composite strategy name' do
allow(Doorkeeper.configuration).
to receive(:authorization_response_types).
and_return(['id_token token'])
stub_const 'Doorkeeper::Request::IdTokenToken', fake_class