summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Oberhuber <lukas.oberhuber@simplybusiness.co.uk>2015-09-29 10:08:51 +0100
committerLukas Oberhuber <lukas.oberhuber@simplybusiness.co.uk>2015-09-29 10:08:51 +0100
commit04c3ac41e074ec0d2fbe5743d3ab97341ed33746 (patch)
tree09949114dd0f6b80c34705e0a2a083ec364f7ac8
parent818b5f646f3c780210964e23f9f2057af1767ce5 (diff)
downloadbundler-04c3ac41e074ec0d2fbe5743d3ab97341ed33746.tar.gz
Fix rubocop offense
-rw-r--r--spec/install/parallel/spec_installation_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/install/parallel/spec_installation_spec.rb b/spec/install/parallel/spec_installation_spec.rb
index b9bb16ddaa..8a32107bc1 100644
--- a/spec/install/parallel/spec_installation_spec.rb
+++ b/spec/install/parallel/spec_installation_spec.rb
@@ -72,6 +72,5 @@ describe ParallelInstaller::SpecInstallation do
to raise_error(Bundler::GemfileError, /Your Gemfile.lock is corrupt\. The following.*\n.*'beta' 'delta'/)
end
end
-
end
end