You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Travis CI doesn't appear to be configured/working, possibly Github
actions would be a good fit for this.
- Adds a workflow that runs rspec for ruby 2.6, 2.7 and 3.0.
- Updates the build status badge.
@@ -319,7 +319,7 @@ Please raise an issue at [https://github.com/mattheworiordan/capybara-screenshot
319
319
320
320
#### Contributions
321
321
322
-
Contributions are welcome. Please fork this gem and then submit a pull request. New features must include test coverage and must pass on all versions of the testing frameworks supported. Run `appraisal` to set up the your Gems. then `appraisal "rake travis:ci"` locally to test your changes against all versions of testing framework gems supported.
322
+
Contributions are welcome. Please fork this gem and then submit a pull request. New features must include test coverage and must pass on all versions of the testing frameworks supported. Run `appraisal` to set up the your Gems. then `appraisal "rspec"` locally to test your changes against all versions of testing framework gems supported.
0 commit comments