From e26e1567c8076e26294c1aeaa44edfdf61d2ae9a Mon Sep 17 00:00:00 2001 From: Tobias Widlund Date: Mon, 13 Oct 2014 16:37:03 +0200 Subject: [PATCH] Update test-fixtures.md Fix a small type --- docs/test-fixtures.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/test-fixtures.md b/docs/test-fixtures.md index 769f8a37..adac75d4 100644 --- a/docs/test-fixtures.md +++ b/docs/test-fixtures.md @@ -1,4 +1,4 @@ -Although Catch allows you to group tests together as sections within a test case, it can still convenient, sometimes, to group them using a more traditional test fixture. Catch fully supports this too. You define the test fixture as a simple structure: +Although Catch allows you to group tests together as sections within a test case, it can still be convenient, sometimes, to group them using a more traditional test fixture. Catch fully supports this too. You define the test fixture as a simple structure: ```c++ class UniqueTestsFixture { @@ -29,4 +29,4 @@ The two test cases here will create uniquely-named derived classes of UniqueTest --- -[Home](../README.md) \ No newline at end of file +[Home](../README.md)