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

Remove bin/rspec to prevent executable conflicts with RSpec #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kurioscreative
Copy link

The bin/rspec executable isn’t needed and causes naming conflicts when other gems or applications use RSpec. Removing it clarifies the gem’s purpose and avoids ambiguity in which rspec command is run.

Resolves the following message when including the gem in an application that also includes the rspec gem: “The rspec executable in the rspec-core gem is being loaded, but it's also present in other gems (rock_rms). 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.”

The bin/rspec executable isn’t needed and causes naming conflicts
when other gems or applications use RSpec. Removing it clarifies the
gem’s purpose and avoids ambiguity in which rspec command is run.

Resolves the following message when including the gem in an application that also includes the gem: “The rspec executable in the rspec-core gem is being loaded, but it's also present in other gems (rock_rms).
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.”
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.

1 participant