Skip to content
New issue

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

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

Already on GitHub? # to your account

test suite fails (for surprising reasons) when rspec is run outside of bundle #44

Open
jasonkarns opened this issue Mar 6, 2017 · 0 comments

Comments

@jasonkarns
Copy link

10 of 13 specs fail when rspec is run outside the context of the bundle. https://gist.github.com/anonymous/79e94344c43d859f061f9edbc9942778

Not technically an issue because rspec should be run within the bundle. However, the errors are not what I would have expected:

NameError:
       uninitialized constant CleanEnv::Bundler
     # ./spec/support/aruba.rb:11:in `run'
     # ./spec/support/aruba.rb:27:in `run_complete'
     # ./spec/brew/gem_spec.rb:4:in `brew_gem'
     # ./spec/brew/gem_spec.rb:7:in `block (2 levels) in <top (required)>'
     # ./spec/brew/gem_spec.rb:34:in `block (3 levels) in <top (required)>'

I think it's worthwhile to investigate this error because it could be symptomatic of a deeper issue.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant