aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-01-29 12:33:20 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-01-29 12:33:20 -0800
commitff22c54d16dc06b41df9eca54c8296d6d6a81a95 (patch)
treef64e8e3d7c6fe3b45387f4330433091733e18575 /spec/runtime
parentce84bf9ef456b965c4af9c052fc828e089e6cde1 (diff)
downloadbundler-ff22c54d16dc06b41df9eca54c8296d6d6a81a95.tar.gz
use options hash to pass options instead
Diffstat (limited to 'spec/runtime')
-rw-r--r--spec/runtime/inline_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/runtime/inline_spec.rb b/spec/runtime/inline_spec.rb
index 8356e375..894af4be 100644
--- a/spec/runtime/inline_spec.rb
+++ b/spec/runtime/inline_spec.rb
@@ -102,7 +102,7 @@ describe "bundler/inline#gemfile" do
puts "CONFIRMED!"
end
end
- gemfile(true, MyBundlerUI.new) do
+ gemfile(true, ui: MyBundlerUI.new) do
source "https://rubygems.org"
gem "activesupport", :require => true
end