aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-12-29 18:17:39 -0800
committerZachary Scott <e@zzak.io>2014-12-30 09:27:44 -0800
commit9c9e7226c828a82859a70bca53e6e2cc550b20ef (patch)
tree602c27be4afa6bfc1567823a8fff7bc0f34b2265 /guides
parent426da75b74be94946690fd659a4a1a1119708efc (diff)
downloadrails-9c9e7226c828a82859a70bca53e6e2cc550b20ef.tar.gz
rails-9c9e7226c828a82859a70bca53e6e2cc550b20ef.tar.bz2
rails-9c9e7226c828a82859a70bca53e6e2cc550b20ef.zip
Remove this line which was added by accident [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/testing.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index 829686b82e..19e11496c3 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -447,8 +447,6 @@ Each of these classes include `Minitest::Assertions`, allowing us to use all of
NOTE: For more information on `Minitest`, refer to [Minitest](http://ruby-doc.org/stdlib-2.1.0/libdoc/minitest/rdoc/MiniTest.html)
-There are many benefits to using Minitest, one of them is the addition of setup and teardown methods for all test classes that inherit from the Minitest family.
-
Functional Tests for Your Controllers
-------------------------------------