Skip to content

Conversation

@hugopeixoto
Copy link

@hugopeixoto hugopeixoto commented Jun 4, 2025

This gem does not have any executables. Previous versions included the rubocop/rspec/appraisals binstubs. Fixes #58

Tests before the PR:

shortcode$ bin/rspec
The `rspec` executable in the `rspec-core` gem is being loaded, but it's also present in other gems (shortcode).
If you meant to run the executable for another gem, make sure you use a project specific binstub (`bundle binstub <gem_name>`).
If you plan to use multiple conflicting executables, generate binstubs for them and disambiguate their names.

Randomized with seed 65244
...........................................................

Finished in 0.20697 seconds (files took 0.5488 seconds to load)
59 examples, 0 failures

Randomized with seed 65244

Tests after the PR:

$ bin/rspec

Randomized with seed 43142
...........................................................

Finished in 0.2537 seconds (files took 0.53934 seconds to load)
59 examples, 0 failures

Randomized with seed 43142

This gem does not have any executables. Previous versions included the rubocop/rspec/appraisals binstubs.
@hugopeixoto hugopeixoto marked this pull request as ready for review June 4, 2025 14:35
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.

Why do you include rspec bin in gem output

1 participant