-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[changelog skip] Run tests for Deivid rodriguez PRs (#1182)
* Allow running specs with RSpec 3 The `-s` alias for the documentation formatter was removed in RSpec 3. See rspec/rspec-core@b8d55ef. * Allow configuring `HATCHET_BUILDPACK_BASE` So that specs can be run on forks. * Allow `rspec --only-failures` to work by default It's useful when focusing on fixing a failing test run, since it only runs currently failing specs. Co-authored-by: David Rodríguez <[email protected]>
- Loading branch information
1 parent
20b1919
commit b3fa53b
Showing
3 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ buildpacks/* | |
.anvil/ | ||
tmp/*.log | ||
log/*.log | ||
spec/examples.txt |
This file contains 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
This file contains 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