spec/castronaut/presenters/service_validate_spec.rb in relevance-castronaut-0.2.5 vs spec/castronaut/presenters/service_validate_spec.rb in relevance-castronaut-0.3.0
- old
+ new
@@ -32,11 +32,9 @@
it "gets :proxy_granting_ticket_url out of params['pgtUrl']" do
@controller.params['pgtUrl'] = 'http://example.com/'
Castronaut::Presenters::ServiceValidate.new(@controller).proxy_granting_ticket_url.should == 'http://example.com/'
end
- it "gets :proxy_granting_ticket_iou from the proxy_granting_ticket_result when present"
-
describe "represent!" do
it "validates the service ticket" do
@controller.params['service'] = 'http://example.com'
@controller.params['ticket'] = 'footicket'