aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/RUNNING_UNIT_TESTS.rdoc
diff options
context:
space:
mode:
authorAbhay Nikam <nikam.abhay1@gmail.com>2019-03-09 17:38:03 +0530
committerAbhay Nikam <nikam.abhay1@gmail.com>2019-03-09 19:42:35 +0530
commit027e492b6f873c58b1a531925f3a4dc6726ecc26 (patch)
tree5764c3f1fcff4061ad63e2580093c7df71ed1122 /activerecord/RUNNING_UNIT_TESTS.rdoc
parent9175a4453298b97b6b0b6e144c5a45f94abbdc18 (diff)
downloadrails-027e492b6f873c58b1a531925f3a4dc6726ecc26.tar.gz
rails-027e492b6f873c58b1a531925f3a4dc6726ecc26.tar.bz2
rails-027e492b6f873c58b1a531925f3a4dc6726ecc26.zip
Fix links in gemspec and docs from http to https.
Diffstat (limited to 'activerecord/RUNNING_UNIT_TESTS.rdoc')
-rw-r--r--activerecord/RUNNING_UNIT_TESTS.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/RUNNING_UNIT_TESTS.rdoc b/activerecord/RUNNING_UNIT_TESTS.rdoc
index 60561e2c0f..37473c37c6 100644
--- a/activerecord/RUNNING_UNIT_TESTS.rdoc
+++ b/activerecord/RUNNING_UNIT_TESTS.rdoc
@@ -1,7 +1,7 @@
== Setup
If you don't have an environment for running tests, read
-http://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#setting-up-a-development-environment
+https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#setting-up-a-development-environment
== Running the Tests