spec/rack/oauth2/util_spec.rb in rack-oauth2-1.3.0 vs spec/rack/oauth2/util_spec.rb in rack-oauth2-1.3.1
- old
+ new
@@ -77,10 +77,10 @@
util.uri_match?(123, 'http://client.example.com/other').should == false
util.uri_match?('http://client.example.com/other', nil).should == false
end
end
- context 'when exactry same' do
+ context 'when exactly same' do
it { util.uri_match?(uri, uri).should == true }
end
context 'when path prefix matches' do
it { util.uri_match?(uri, "#{uri}/deep_path").should == true }