summaryrefslogtreecommitdiff
path: root/spec/install/path_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/path_spec.rb')
-rw-r--r--spec/install/path_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/install/path_spec.rb b/spec/install/path_spec.rb
index 6c5e7e50ab..e350a44d17 100644
--- a/spec/install/path_spec.rb
+++ b/spec/install/path_spec.rb
@@ -1,7 +1,6 @@
require "spec_helper"
describe "bundle install" do
-
describe "with --path" do
before :each do
build_gem "rack", "1.0.0", :to_system => true do |s|
@@ -146,5 +145,4 @@ describe "bundle install" do
expect(out).to match(/invalid symlink/)
end
end
-
end