From c399e80e04e0f62766c20e39195cae9a0d48ab8f Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Wed, 22 Oct 2008 21:47:16 +0530 Subject: Fix icons --- railties/doc/guides/html/testing_rails_applications.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'railties/doc/guides/html/testing_rails_applications.html') diff --git a/railties/doc/guides/html/testing_rails_applications.html b/railties/doc/guides/html/testing_rails_applications.html index b2e0b1bbc1..73634ef328 100644 --- a/railties/doc/guides/html/testing_rails_applications.html +++ b/railties/doc/guides/html/testing_rails_applications.html @@ -762,7 +762,7 @@ NameError: undefined local variable or method `some_undefined_variable' for #<
-Note +Note The execution of each test method stops as soon as any error or a assertion failure is encountered, and the test suite continues with the next method. All test methods are executed in alphabetical order.
@@ -772,7 +772,7 @@ NameError: undefined local variable or method `some_undefined_variable' for #<
-Tip +Tip Many Rails developers practice test-driven development (TDD), in which the tests are written before the code that they are testing. This is an excellent way to build up a test suite that exercises every part of your application. TDD is beyond the scope of this guide, but one place to start is with 15 TDD steps to create a Rails application.
@@ -956,7 +956,7 @@ cellspacing="0" cellpadding="4">
-Note +Note Creating your own assertions is an advanced topic that we won't cover in this tutorial.
@@ -1266,7 +1266,7 @@ http://www.gnu.org/software/src-highlite -->
-Note +Note You may find references to assert_tag in other documentation, but this is now deprecated in favor of assert_select.
@@ -1696,7 +1696,7 @@ Tasks Description

-Tip +Tip You can see all these rake task and their descriptions by running rake —tasks —describe
-- cgit v1.2.3