summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutz Lengemann <lutz@lengemann.net>2016-02-25 16:27:04 +0100
committerLutz Lengemann <lutz@lengemann.net>2016-02-25 16:27:04 +0100
commitc16d17306cd04532ed244502fbbec36a4447f346 (patch)
tree4ef0d8630bdf8f4b04012446e1e87c8e931db507
parentcdf3a0c8d9006a2f7248615712890dd90beed16f (diff)
downloadbundler-c16d17306cd04532ed244502fbbec36a4447f346.tar.gz
fix rubocop
-rw-r--r--spec/commands/viz_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/viz_spec.rb b/spec/commands/viz_spec.rb
index bd4d9ce358..69f42013f1 100644
--- a/spec/commands/viz_spec.rb
+++ b/spec/commands/viz_spec.rb
@@ -33,7 +33,7 @@ describe "bundle viz", :ruby => "1.9.3", :if => Bundler.which("dot") do
expect(out).to include("gem_graph.png")
end
- context '--without option' do
+ context "--without option" do
it "one group" do
install_gemfile <<-G
source "file://#{gem_repo1}"