Skip to content

Commit 42aca3b

Browse files
author
Robert Mitwicki
committed
Fix pending rspec tests for proxy tickets
1 parent 2423718 commit 42aca3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/rubycas-server-core/tickets_spec.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,17 @@ module RubyCAS::Server::Core
9191
describe ".generate_proxy_ticket(target_service, pgt)" do
9292
it "should return a ProxyGrantingTicket" do
9393
pending("Proxy ticket is not implemented yet")
94+
fail
9495
end
9596

9697
it "should not consume the generated ticket" do
9798
pending("Proxy ticket is not implemented yet")
99+
fail
98100
end
99101

100102
it "should start the ticket string with PT-" do
101103
pending("Proxy ticket is not implemented yet")
104+
fail
102105
end
103106
end
104107
end

0 commit comments

Comments
 (0)