From b17c94f4af592b62cce912d54788bad6663c674e Mon Sep 17 00:00:00 2001 From: Siva Gollapalli Date: Sat, 9 May 2015 19:15:40 +0530 Subject: [PATCH] FIX# Changed from MiniTest to Minitest --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 29188f6..e4cb471 100644 --- a/README.markdown +++ b/README.markdown @@ -224,7 +224,7 @@ end ```ruby DatabaseCleaner.strategy = :transaction -class MiniTest::Spec +class Minitest::Spec before :each do DatabaseCleaner.start end