summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-07-29 23:30:15 -0700
committerAndre Arko <andre@arko.net>2015-07-29 23:30:15 -0700
commit7c7d6174fc6b5e73c0f5ba30641a9132cfa54af6 (patch)
tree6c2f0240b693ee6fe8f444b4b213e37303b049e6
parent24392e20fe67558d6ffaf8021ed8ddca12df6c2f (diff)
downloadbundler-7c7d6174fc6b5e73c0f5ba30641a9132cfa54af6.tar.gz
grumble grumble rubocop grumble
-rw-r--r--spec/support/rubygems_ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/rubygems_ext.rb b/spec/support/rubygems_ext.rb
index f8b419b445..a879955a05 100644
--- a/spec/support/rubygems_ext.rb
+++ b/spec/support/rubygems_ext.rb
@@ -13,7 +13,7 @@ module Spec
unless File.exist?("#{Path.base_system_gems}")
FileUtils.mkdir_p(Path.base_system_gems)
puts "installing gems for the tests to use..."
- %w[fakeweb artifice rack].each{|n| install_gem(n) }
+ %w[fakeweb artifice rack].each {|n| install_gem(n) }
{
"sinatra" => "1.2.7",
# Rake version has to be consistent for tests to pass