Skip to content

Instantly share code, notes, and snippets.

@ivanilves
Created March 3, 2015 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivanilves/8ed2a8b1850036751063 to your computer and use it in GitHub Desktop.
Save ivanilves/8ed2a8b1850036751063 to your computer and use it in GitHub Desktop.
Travis CI fails on 91ae8fee91d0f87ab0d0f999605ca4716b2179a5
Failures:
1) Teambox::IntelligenceCollector collecting data intelligence app is installed for organization collecting data passes all calls to intelligence engine
Failure/Error: expect(Intelligence::Collector).to(
(Intelligence::Collector).collect("some action", {:a=>1})
expected: 1 time with arguments: ("some action", {:a=>1})
received: 0 times
# ./spec/lib/teambox/intelligence_collector_spec.rb:25:in `block (5 levels) in <top (required)>'
2) Teambox::IntelligenceCollector collecting data intelligence app is installed for organization backfilling data iterates through all the projects calling backfilling
Failure/Error: expect(Intelligence::Backfiller).to(
(Intelligence::Backfiller).backfill(#<RSpec::Mocks::Double:0xc1b20e0 @name=nil>)
expected: 1 time with arguments: (#<RSpec::Mocks::Double:0xc1b20e0 @name=nil>)
received: 0 times
# ./spec/lib/teambox/intelligence_collector_spec.rb:37:in `block (5 levels) in <top (required)>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment