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

ensure all test directories are on the runner $LOAD_PATH #249

Merged
merged 1 commit into from
Nov 20, 2015

Conversation

schisamo
Copy link
Contributor

This change builds on inspec/kitchen-inspec#12. All test directories should be on the $LOAD_PATH when Inspec::Runner executes the test suites with RSpec::Core::Runner. This will allow things like require 'spec_helper' to work as expected.

/cc @chef/compliance @chef/engineering-services

This change builds on inspec/kitchen-inspec#12. All test directories should
be on the `$LOAD_PATH` when `Inspec::Runner` executes the test suites with
`RSpec::Core::Runner`. This will allow things like `require 'spec_helper'`
to work as expected.
@arlimus
Copy link
Contributor

arlimus commented Nov 20, 2015

This is a fantastic compatibility addition!! thank you @schisamo

arlimus added a commit that referenced this pull request Nov 20, 2015
ensure all test directories are on the runner $LOAD_PATH
@arlimus arlimus merged commit ff16a8e into master Nov 20, 2015
@arlimus arlimus deleted the schisamo/load-path-fix branch November 20, 2015 12:55
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.

None yet

3 participants