Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 44e0271

Browse files
committedJan 27, 2014
WIP
1 parent 042f857 commit 44e0271

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎spec/runner.rb

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
browser.find_element(:class, 'rspec-report')
4242
}
4343
rescue Selenium::WebDriver::Error::TimeOutError
44+
puts browser.page_source
45+
4446
puts "\rThe specs failed loading."
4547
browser.quit
4648
exit 1

0 commit comments

Comments
 (0)
Please sign in to comment.