rails--rails/guides
Leandro Facchinetti dcc532d2fb Update Minitest references in Testing Guide
The Guide references `test/unit`, which has been replaced by `Minitest` in
all versions of Ruby supported by Rails. The following updates were
performed:

* The superclass of `ActiveSupport::TestCase` is no longer
  `MiniTest::Unit::TestCase`, but `Minitest::Test` [1].

* The preferred spelling is `Minitest`, not `MiniTest` [2].

* For a method to be a test in Minitest, its name must start with `test_`,
  not only `test` [3].

* Explanations about `test/unit` in Ruby 1.8 were removed in favor of more
  up-to-date information on `Minitest`.

[1]: 6c2b569660/activesupport/lib/active_support/test_case.rb (L18)
[2]: d5d43cef9a/lib/minitest.rb (L9)
[3]: d5d43cef9a/lib/minitest/test.rb (L62)
2014-05-30 09:37:41 -03:00
..
assets fix guides mobile nav issue [ci skip] 2014-05-06 22:59:27 +01:00
bug_report_templates Revert "Don't rely on Arel master in bug report template [ci skip]" 2014-04-27 10:26:56 -07:00
code/getting_started Rename Posts to Articles in Guides' Getting Started App, continuation of #15215 [ci skip] 2014-05-25 18:48:14 -04:00
rails_guides Do not gsub non ASCII characters in header anchor. 2014-05-22 16:14:31 +08:00
source Update Minitest references in Testing Guide 2014-05-30 09:37:41 -03:00
.document adds guides/.document to tell rdoc not to process this directory 2013-03-04 22:28:23 +01:00
CHANGELOG.md Rename Posts to Articles in Guides' Getting Started App, continuation of #15215 [ci skip] 2014-05-25 18:48:14 -04:00
Rakefile Improve error message for guides:generate:kindle 2014-04-03 21:31:27 +02:00
rails_guides.rb Update Redcarpet to 3.1.2 2014-05-14 19:52:47 +02:00
w3c_validator.rb Guides: output valid HTML5 2014-05-05 17:42:04 -04:00