From 8f0460d7468bc5d2a63acc2494b356ac7a0d5a22 Mon Sep 17 00:00:00 2001 From: Calvin Tam Date: Mon, 3 Feb 2014 21:09:29 +1100 Subject: Fixed minor typo [ci skip] --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/testing.md b/guides/source/testing.md index 33cd3e868b..169fd75cfa 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -339,7 +339,7 @@ NOTE: The execution of each test method stops as soon as any error or an asserti When a test fails you are presented with the corresponding backtrace. By default Rails filters that backtrace and will only print lines relevant to your -application. This eliminates the framwork noise and helps to focus on your +application. This eliminates the framework noise and helps to focus on your code. However there are situations when you want to see the full backtrace. simply set the `BACKTRACE` environment variable to enable this behavior: -- cgit v1.2.3