summaryrefslogtreecommitdiff
path: root/spec/install/gems/resolving_spec.rb
diff options
context:
space:
mode:
authorErick Sasse <esasse@gmail.com>2015-07-17 19:33:19 -0300
committerErick Sasse <esasse@gmail.com>2015-07-17 19:33:19 -0300
commit01f76e52a073361dd56dbb9b5a4b71e81c88838d (patch)
tree889e687d30a72bf3322275876770baf735b1f31e /spec/install/gems/resolving_spec.rb
parent7515ea86066b0f81f93a212b22a2219605aa7e75 (diff)
downloadbundler-01f76e52a073361dd56dbb9b5a4b71e81c88838d.tar.gz
Fix Style/SpaceInsideHashLiteralBraces
Diffstat (limited to 'spec/install/gems/resolving_spec.rb')
-rw-r--r--spec/install/gems/resolving_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/install/gems/resolving_spec.rb b/spec/install/gems/resolving_spec.rb
index d458fc9a85..7ef2535e57 100644
--- a/spec/install/gems/resolving_spec.rb
+++ b/spec/install/gems/resolving_spec.rb
@@ -77,7 +77,7 @@ describe "bundle install with gem sources" do
G
resolve_output = capture(:stdout) do
- bundle :install, :env => {"DEBUG_RESOLVER" => "1"}
+ bundle :install, :env => { "DEBUG_RESOLVER" => "1" }
end
expect(resolve_output).to include("Creating possibility state for net_c")
@@ -93,7 +93,7 @@ describe "bundle install with gem sources" do
G
resolve_output = capture(:stdout) do
- bundle :install, :env => {"DEBUG_RESOLVER_TREE" => "1"}
+ bundle :install, :env => { "DEBUG_RESOLVER_TREE" => "1" }
end
expect(resolve_output).to include(" net_b (>= 0) ruby")