Sha256: 7bbfa7bbf0470a9f31d00e11716e2ea1abdfe272b35683c37fe99e471cbd1546
Contents?: true
Size: 338 Bytes
Versions: 6
Compression:
Stored size: 338 Bytes
Contents
require File.expand_path('spec_helper', File.dirname(__FILE__)) shared_examples_for "session with headers support" do describe '#response_headers' do it "should return response headers" do @session.visit('/with_simple_html') @session.response_headers['Content-Type'].should == 'text/html' end end end
Version data entries
6 entries across 6 versions & 3 rubygems