8000 Tags · Drieam/rspec-github · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Drieam/rspec-github

Tags

3.0.0

Toggle 3.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
chore: Add support for ruby 3.4

Added support for ruby 3.4

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Output rspec seed if used (#15)

Rspec supports running the specs in a [random order][1]. This helps in
surfacing any accidental dependencies and side effects in the test
suite. When debugging test failures caused by such side effects, it's
often necessary to reproduce the issue by running the specs in the same
order again. For that the seed value needs to be known and logged by the
formatter.

[1]: https://relishapp.com/rspec/rspec-core/v/3-8/docs/configuration/set-the-order-and-or-seed

2.3.1

Toggle 2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding ruby 2.4 support including testing matrix (#9)

* Add ruby testing matrix (#8)

* Add ruby 2.4 support (#8)

* Upgrade rubocop to 1.0

2.3.0

Toggle 2.3.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Improve annotation messages. (#6)

* Improve annotation messages.

* Refactor formatting with delegator pattern

* Change relative e2e test to run on real file

* Do not require delegate

Co-authored-by: Stef Schenkelaars <stef.schenkelaars@gmail.com>

2.2.0

Toggle 2.2.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Ensure `file` is relative to `GITHUB_WORKSPACE`. (#4)

* Ensure `file` is relative to `GITHUB_WORKSPACE`.

* Simplify implementation of `relative_path` and add tests.

* Run `ci` workflow on `pull_request` event.

Co-authored-by: Stef Schenkelaars <stef.schenkelaars@gmail.com>

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
StefSchenkelaars Stef Schenkelaars
Ensure every message is on a new line (#2)

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
StefSchenkelaars Stef Schenkelaars
Change dependency order for rubocop

2.0.0.rc.1

Toggle 2.0.0.rc.1's commit message

Verified

This commit was signed with the committer’s verified signature.
StefSchenkelaars Stef Schenkelaars
Inherit from Base formatter instead of Documentation

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
StefSchenkelaars Stef Schenkelaars
Fix code blocks in readme

1.0.0.alpha.1

Toggle 1.0.0.alpha.1's commit message

Verified

This commit was signed with the committer’s verified signature.
StefSchenkelaars Stef Schenkelaars
Add GitHub action for publishing to rubygems

0