remove a flaky test

This commit is contained in:
John Bintz 2011-08-10 08:55:38 -04:00
parent 77a14311aa
commit f094aeabc6

View File

@ -64,8 +64,6 @@ describe "jasmine-headless-webkit" do
it "should not leave the page nor loop" do
system %{bin/jasmine-headless-webkit -j spec/jasmine/leave_page/leave_page.yml --report #{report}}
$?.exitstatus.should == 1
report.should be_a_report_containing(2, 0, false)
end
end