Skip to content

Commit

Permalink
Fix test for 1.9 compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsutphin committed Mar 15, 2011
1 parent 81d6ba2 commit ace5f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/buildr-gemjar_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_package(invoke=true)
before do
gem_path_entry = tmp('gem_path')
system("GEM_HOME='#{gem_path_entry}' gem install --source 'file://#{repo_path}' --no-rdoc --no-ri -q a > '#{tmp('install_out')}'")
ENV['GEM_PATH'] = gem_path_entry
ENV['GEM_PATH'] = gem_path_entry.to_s
end

it "installs all dependencies, including ones in the GEM_PATH" do
Expand Down

0 comments on commit ace5f53

Please sign in to comment.