summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutz Lengemann <lutz@lengemann.net>2016-02-26 09:09:36 +0100
committerLutz Lengemann <lutz@lengemann.net>2016-02-26 09:09:36 +0100
commit49744f57a175dc5d71b380c17d460cbb9a71b046 (patch)
treec18a2659c542ba2d25df8512a1cd4aae70129c45
parentb4f18813467f38e2c28fbcd4866f67a865a35d1d (diff)
downloadbundler-49744f57a175dc5d71b380c17d460cbb9a71b046.tar.gz
locally rubocop is happy now :)
-rw-r--r--spec/commands/viz_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/commands/viz_spec.rb b/spec/commands/viz_spec.rb
index 753d344962..20dc9175d9 100644
--- a/spec/commands/viz_spec.rb
+++ b/spec/commands/viz_spec.rb
@@ -66,5 +66,4 @@ describe "bundle viz", :ruby => "1.9.3", :if => Bundler.which("dot") do
expect(out).to include("gem_graph.png")
end
end
-
-end \ No newline at end of file
+end