We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2423718 commit 42aca3bCopy full SHA for 42aca3b
spec/rubycas-server-core/tickets_spec.rb
@@ -91,14 +91,17 @@ module RubyCAS::Server::Core
91
describe ".generate_proxy_ticket(target_service, pgt)" do
92
it "should return a ProxyGrantingTicket" do
93
pending("Proxy ticket is not implemented yet")
94
+ fail
95
end
96
97
it "should not consume the generated ticket" do
98
99
100
101
102
it "should start the ticket string with PT-" do
103
104
105
106
107
0 commit comments