spec/rack/oauth2/server/authorize/token_spec.rb in openid_connect-0.0.15 vs spec/rack/oauth2/server/authorize/token_spec.rb in openid_connect-0.0.16
- old
+ new
@@ -41,10 +41,10 @@
response.id_token = id_token
response.approve!
end
end
it do
- expect { response }.should raise_error AttrRequired::AttrMissing, 'private_key is required'
+ expect { response }.should raise_error AttrRequired::AttrMissing, "'private_key' required."
end
end
end
context "otherwise" do
\ No newline at end of file