Skip to content

Instantly share code, notes, and snippets.

@IdahoEv
Created January 22, 2015 20:08
Show Gist options
  • Select an option

  • Save IdahoEv/76c6f52123bfae7495ba to your computer and use it in GitHub Desktop.

Select an option

Save IdahoEv/76c6f52123bfae7495ba to your computer and use it in GitHub Desktop.
CI/test fails in EQB
bundle exec rake db:migrate bundle exec rspec before :each blocks declared for steps are always treated as :all scope (it's possible you want before :step) after :each blocks declared for steps are always treated as :all scope (it's possible you want after :step) .............................................................
An error occurred in an after hook
Net::ReadTimeout: Net::ReadTimeout occurred at
/home/rof/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/net/protocol.rb:158:in `rescue in rbuf_fill'
F
An error occurred in an after hook
Net::ReadTimeout: Net::ReadTimeout occurred at
/home/rof/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/net/protocol.rb:158:in `rescue in rbuf_fill'
F
1) server takes snapshot step list
Failure/Error: whole_list_example.run(instance, reporter)
Selenium::WebDriver::Error::TimeOutError:
timed out after 5 seconds
# ./app/lib/local_site_snapshot.rb:21:in `fetch'
# ./app/lib/site_snapshot.rb:17:in `block in generate_snapshot'
# ./app/lib/site_page_set.rb:16:in `block in visit_pages'
# ./app/lib/site_page_set.rb:14:in `each'
# ./app/lib/site_page_set.rb:14:in `visit_pages'
# ./app/lib/site_snapshot.rb:16:in `generate_snapshot'
# ./app/lib/site_snapshot.rb:8:in `create!'
# ./spec/features/server_takes_snapshot_spec.rb:34:in `block (2 levels) in <top (required)>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment