summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTakayuki Nakata <f.seasons017@gmail.com>2019-08-21 23:46:46 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-18 18:26:32 +0900
commitc27aaf1a8f6f4240dadeaa9b203cce640b56e3db (patch)
treea2bc6176362e7cd5bd5812102e40d7a5f9f61b0a /spec
parentb9996803f7278f3a6d30360f1b7220070a9208d3 (diff)
[bundler/bundler] Fix comments and messages to refer to https url
https://github.com/bundler/bundler/commit/a86b49f1b9
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/bundler/bundler_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/bundler/bundler_spec.rb b/spec/bundler/bundler/bundler_spec.rb
index 3cae67c52a..74cf7ae05d 100644
--- a/spec/bundler/bundler/bundler_spec.rb
+++ b/spec/bundler/bundler/bundler_spec.rb
@@ -181,7 +181,7 @@ RSpec.describe Bundler do
message = <<EOF
It is a security vulnerability to allow your home directory to be world-writable, and bundler can not continue.
You should probably consider fixing this issue by running `chmod o-w ~` on *nix.
-Please refer to http://ruby-doc.org/stdlib-2.1.2/libdoc/fileutils/rdoc/FileUtils.html#method-c-remove_entry_secure for details.
+Please refer to https://ruby-doc.org/stdlib-2.1.2/libdoc/fileutils/rdoc/FileUtils.html#method-c-remove_entry_secure for details.
EOF
expect(bundler_ui).to receive(:warn).with(message)
expect { Bundler.send(:rm_rf, bundled_app) }.to raise_error(Bundler::PathError)