summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2018-09-09 16:39:28 -0300
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2018-09-23 13:59:25 -0300
commit4eedd48750ea83f8be520046319888f5ae3970c1 (patch)
tree57b0881caf47311fa674b581fee5178bc2692762
parentf59c00f10878a1158a0e644a23c97eab302e65f5 (diff)
downloadbundler-4eedd48750ea83f8be520046319888f5ae3970c1.tar.gz
Remove unnecessary comment
There's nothing particular about this spec that needs a comment over the other specs in this same context.
-rw-r--r--spec/runtime/setup_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/runtime/setup_spec.rb b/spec/runtime/setup_spec.rb
index 8d16b30cb1..4afa239d75 100644
--- a/spec/runtime/setup_spec.rb
+++ b/spec/runtime/setup_spec.rb
@@ -1323,7 +1323,6 @@ end
it "activates no gems with bundle exec" do
install_gemfile! ""
- # ensure we clean out the default gems, bceause bundler's allowed to be activated
create_file("script.rb", code)
bundle! "exec ruby ./script.rb", :env => { :RUBYOPT => activation_warning_hack_rubyopt + " -rbundler/setup" }
expect(last_command.stdout).to eq("{}")