From 51c267896f237f95a82aea733f7df3ab957c8ba2 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Fri, 22 Mar 2019 10:11:30 -0600 Subject: [PATCH] Config block is technically implemented Will need to add methods to the builder as features are added. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e525e8..5319fe7 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ In no particular order, features that have been implemented and are planned: - [ ] Fail on no tests - [ ] Randomize test order - [ ] Dry run - for validation and checking formatted output - - [ ] Config block in `spec_helper.cr` + - [X] Config block in `spec_helper.cr` - [X] Config file - `.spectator` - [ ] Reporter and formatting - [X] RSpec/Crystal Spec default