diff options
author | Lutz Lengemann <lutz@lengemann.net> | 2016-02-25 17:51:47 +0100 |
---|---|---|
committer | Lutz Lengemann <lutz@lengemann.net> | 2016-02-25 17:51:47 +0100 |
commit | b4f18813467f38e2c28fbcd4866f67a865a35d1d (patch) | |
tree | f2e25f281b69f13b953f151236ae141a0db461b4 /spec | |
parent | c16d17306cd04532ed244502fbbec36a4447f346 (diff) | |
download | bundler-b4f18813467f38e2c28fbcd4866f67a865a35d1d.tar.gz |
further rubocop
Diffstat (limited to 'spec')
-rw-r--r-- | spec/commands/viz_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/viz_spec.rb b/spec/commands/viz_spec.rb index 69f42013f1..753d344962 100644 --- a/spec/commands/viz_spec.rb +++ b/spec/commands/viz_spec.rb @@ -67,4 +67,4 @@ describe "bundle viz", :ruby => "1.9.3", :if => Bundler.which("dot") do end end -end +end
\ No newline at end of file |