From 0271045ff49fd1f4aeb14def81dc2d8776bebe94 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Sat, 30 Aug 2014 20:46:38 +0300 Subject: [PATCH] corrected unit name --- test/{unit => parfait}/hash.rb | 0 test/test_all.rb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{unit => parfait}/hash.rb (100%) diff --git a/test/unit/hash.rb b/test/parfait/hash.rb similarity index 100% rename from test/unit/hash.rb rename to test/parfait/hash.rb diff --git a/test/test_all.rb b/test/test_all.rb index 813becec..8635c543 100644 --- a/test/test_all.rb +++ b/test/test_all.rb @@ -1,6 +1,6 @@ # All working tests (ahm), still working on the others, so no use to be constantly reminded require_relative "arm/test_all" -require_relative "unit/hash" +require_relative "parfait/hash" require_relative "sof" #require_relative "virtual/test_all"