summaryrefslogtreecommitdiff
path: root/spec/install/gemspecs_spec.rb
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-07-15 20:49:52 -0700
committerSamuel E. Giddins <segiddins@segiddins.me>2015-07-15 20:49:52 -0700
commitc85c0c9c642dcdccb7d769d7d9a56d51ad314915 (patch)
tree0e840f4678f8763885a0b94c2987401a8436d665 /spec/install/gemspecs_spec.rb
parentcc5294531a5f23935029094d165c7311b8d97483 (diff)
downloadbundler-c85c0c9c642dcdccb7d769d7d9a56d51ad314915.tar.gz
[RuboCop] Enable Style/EmptyLines
Diffstat (limited to 'spec/install/gemspecs_spec.rb')
-rw-r--r--spec/install/gemspecs_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/install/gemspecs_spec.rb b/spec/install/gemspecs_spec.rb
index 201ba9564a..524c1651c0 100644
--- a/spec/install/gemspecs_spec.rb
+++ b/spec/install/gemspecs_spec.rb
@@ -1,7 +1,6 @@
require 'spec_helper'
describe "bundle install" do
-
describe "when a gem has a YAML gemspec" do
before :each do
build_repo2 do
@@ -46,5 +45,4 @@ describe "bundle install" do
bundle :install, :artifice => 'endpoint_marshal_fail' # force gemspec load
should_be_installed "activesupport 2.3.2"
end
-
end