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

Commits on Nov 20, 2015

  1. ensure all test directories are on the runner $LOAD_PATH

    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.
    schisamo committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    606f618 View commit details
    Browse the repository at this point in the history