spec/unit/util/subprocess/runner/posix_spec.rb in r10k-2.0.3 vs spec/unit/util/subprocess/runner/posix_spec.rb in r10k-2.1.0

- old
+ new

@@ -1,7 +1,7 @@ require 'spec_helper' require 'r10k/util/subprocess/runner' describe R10K::Util::Subprocess::Runner::POSIX, :if => R10K::Util::Platform.posix? do - fixture_root = File.expand_path('spec/fixtures/unit/util/subprocess/posix/runner', PROJECT_ROOT) + fixture_root = File.expand_path('spec/fixtures/unit/util/subprocess/runner', PROJECT_ROOT) it_behaves_like 'a subprocess runner', fixture_root end