Sha256: 6ccd5395a75a7f0873cbd2e376becf051725c573382f5a018fce3eed84d132b8
Contents?: true
Size: 312 Bytes
Versions: 3
Compression:
Stored size: 312 Bytes
Contents
require 'rfuzz/session' context "12: Content Negotiation" do setup do @sess = RFuzz::Session.new :host => "localhost", :port => 3000 end specify "12.1: Server-driven Negotiation" do end specify "12.2: Agent-driven Negotiation" do end specify "12.3: Transparent Negotiation" do end end
Version data entries
3 entries across 3 versions & 1 rubygems