Created
May 14, 2019 16:07
-
-
Save gregblake/852dbb13f880f21f858610dcffd65557 to your computer and use it in GitHub Desktop.
CACEM Specs with rspec bisect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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