Skip to content

Instantly share code, notes, and snippets.

@gregblake
Created May 14, 2019 16:07
Show Gist options
  • Select an option

  • Save gregblake/852dbb13f880f21f858610dcffd65557 to your computer and use it in GitHub Desktop.

Select an option

Save gregblake/852dbb13f880f21f858610dcffd65557 to your computer and use it in GitHub Desktop.
CACEM Specs with rspec bisect
nitro-web/components/connect_and_corporate_events_models git/master* 72s
❯ be rspec --bisect spec/models/connect/room_membership_spec.rb
Bisect started using options: "spec/models/connect/room_membership_spec.rb"
Running suite to find failures...RAILS_ENV=test environment is not defined in config/webpacker.yml, falling back to production environment
Bisect failed!
No failures found. Bisect only works in the presence of one or more failing examples.
nitro-web/components/connect_and_corporate_events_models git/master* 90s
❯ be rspec --bisect spec/models/connect/room_membership_spec.rb:136
Bisect started using options: "spec/models/connect/room_membership_spec.rb:136"
Running suite to find failures...RAILS_ENV=test environment is not defined in config/webpacker.yml, falling back to production environment
Bisect failed!
No failures found. Bisect only works in the presence of one or more failing examples.
nitro-web/components/connect_and_corporate_events_models git/master* 37s
❯ be rspec --bisect
Bisect started using options: ""
Running suite to find failures...RAILS_ENV=test environment is not defined in config/webpacker.yml, falling back to production environment
Bisect failed!
No failures found. Bisect only works in the presence of one or more failing examples.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment