Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rspec binstub #117

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Add Rspec binstub #117

merged 1 commit into from
Feb 20, 2024

Conversation

mec
Copy link
Contributor

@mec mec commented Feb 20, 2024

Binstubs let us run executables without the need for 'bundle exec', here
we binstub Rspec by running:

bundle binstubs rspec-core

Read more:

https://bundler.io/v2.4/man/bundle-binstubs.1.html

Binstubs let us run executables without the need for 'bundle exec', here
we binstub Rspec by running:

`bundle binstubs rspec-core`

Read more:

https://bundler.io/v2.4/man/bundle-binstubs.1.html
@mec mec force-pushed the chore/add-rspec-binstub branch from 67bae7c to 17e75ca Compare February 20, 2024 09:25
@coveralls
Copy link

coveralls commented Feb 20, 2024

Pull Request Test Coverage Report for Build 7971184509

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.671%

Totals Coverage Status
Change from base Build 7298469375: 0.0%
Covered Lines: 303
Relevant Lines: 304

💛 - Coveralls

@mec mec merged commit 10147b1 into main Feb 20, 2024
3 checks passed
@mec mec deleted the chore/add-rspec-binstub branch February 20, 2024 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants