Skip to content

Commit

Permalink
Removed unused tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oblivious-Oblivious committed Apr 22, 2024
1 parent 61f9a05 commit 679b110
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 133 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ build: remake_export

test:
crystal spec ./spec/$(NAME).spec.cr
$(RM) -r testapp

spec: test

Expand Down
1 change: 0 additions & 1 deletion spec/emeralds.spec.cr
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
require "./spec_helper";
require "./emeralds/**";
107 changes: 0 additions & 107 deletions spec/emeralds/YamlHelper.spec.cr

This file was deleted.

8 changes: 0 additions & 8 deletions spec/emeralds/constants/cli.spec.cr

This file was deleted.

5 changes: 0 additions & 5 deletions spec/emeralds/constants/version.cr

This file was deleted.

11 changes: 0 additions & 11 deletions spec/spec_helper.cr
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
require "spec";
require "yaml";
require "file_utils";

# Avoid running main
require "../src/emeralds/constants/cli";
require "../src/emeralds/constants/version";

require "../src/emeralds/modules/YamlReader";

# Fix the test output
FileUtils.rm_rf "testapp";

0 comments on commit 679b110

Please sign in to comment.