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"