Skip to content

Commit

Permalink
Frames are supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
halogenandtoast committed Aug 19, 2011
1 parent 7b3d142 commit 37f5c55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/integration/driver_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
it_should_behave_like "driver"
it_should_behave_like "driver with javascript support"
it_should_behave_like "driver with cookies support"
it_should_behave_like "driver with header support"
it_should_behave_like "driver with status code support"
it_should_behave_like "driver with frame support"

it "returns the rack server port" do
@driver.server_port.should eq(@driver.instance_variable_get(:@rack_server).port)
end

it_should_behave_like "driver with header support"
it_should_behave_like "driver with status code support"
# it_should_behave_like "driver with frame support"
end

0 comments on commit 37f5c55

Please sign in to comment.