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

Run rspec within bundle exec #426

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

lacostej
Copy link
Member

@lacostej lacostej commented Jun 8, 2022

Pull Request Description

rspec fails if you have conflicting versions of coveralls and simplecov

acostej@MacBook-Pro ~/Code/OSS/u3d (master) rspec

An error occurred while loading spec_helper. - Did you mean?
                    rspec ./spec/spec_helper.rb

Failure/Error: require 'coveralls'

Gem::ConflictError:
  Unable to activate coveralls-0.8.23, because simplecov-0.17.1 conflicts with simplecov (~> 0.16.1)
# ./spec/spec_helper.rb:26:in `<top (required)>'
# ------------------
# --- Caused by: ---
# LoadError:
#   cannot load such file -- coveralls
#   ./spec/spec_helper.rb:26:in `<top (required)>'
No examples found.
No examples found.


Finished in 0.00002 seconds (files took 0.18473 seconds to load)
0 examples, 0 failures, 1 error occurred outside of examples

Finished in 0.00002 seconds (files took 0.18473 seconds to load)
0 examples, 0 failures, 1 error occurred outside of examples

@lacostej lacostej merged commit 5f8617e into DragonBox:master Jun 8, 2022
@lacostej lacostej deleted the fix/build/bundle_exec_rspec branch June 8, 2022 18:02
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