Skip to content

Commit

Permalink
use fixed gem_isolator version
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed May 31, 2016
1 parent 0b30aa0 commit 39ff120
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :test do
gem "coveralls", require: false
gem "rspec", "~> 3.4"
gem "launchy", "~> 2.4"
gem "gem_isolator", '~> 0.2'
gem "gem_isolator", '~> 0.2', '>= 0.2.1'
end

group :development do
Expand Down
8 changes: 0 additions & 8 deletions spec/acceptance/formatter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@

GemIsolator.isolate(gems: [%w(rspec ~>3.4)]) do |env, isolation|
env = env.merge(guard_env)
system("pwd")
system(env, "ls -l bundle/ruby/2.3.0/gems")
system(env, "gem env")
system(env, "gem contents rspec-core")
system(env, "which rspec")
system(env, "ls -l #{env['PATH'].split(':').first}")
STDERR.puts cmd.inspect
STDERR.puts env.inspect
result = isolation.system(env, cmd)
expect(result).to eq(true)
end
Expand Down

0 comments on commit 39ff120

Please sign in to comment.