We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
I think it's worthwhile to investigate this error because it could be symptomatic of a deeper issue.
The text was updated successfully, but these errors were encountered: