rspecq 0.2.0
Install from the command line:
Learn more about RubyGems packages
$ gem install rspecq --version "0.2.0"
Install via Gemfile:
source "https://rubygems.pkg.github.com/skroutz" do
gem "rspecq", "0.2.0"
end
About this version
This is a feature release with no breaking changes.
- Flaky jobs are now printed by the reporter in the final build output and also emitted to Sentry (if the integration is enabled) [#26]