-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add instructions about running the test suite When making a contribution, it's useful to know how to run the test suite. Usually I would expect `rake` or `rake test` to work, but this project has no Rakefile, so I think it's fine to simply document how to run the test suite: `rspec spec` * For development, use a more modern ruby version * Test with Ruby 3.2 and 3.3 I believe this _should just work_ but I guess GitHub Actions CI will have the last word : ) * Exclude Ruby 2.5 and below (macos-latest won't support it)
- Loading branch information
1 parent
3186c5d
commit 3e45b08
Showing
3 changed files
with
13 additions
and
3 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
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 |
---|---|---|
@@ -1 +1 @@ | ||
2.7.3 | ||
3.2.3 |
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