aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-08-05 13:07:32 -0500
committerColin Okay <colin@cicadas.surf>2022-08-05 13:07:32 -0500
commit88fb5d6074ac4f37ff6cdd4b787db75ec8349850 (patch)
treec52d6e502375d1d2648004d431f7ea8df4fa12fd /tests
parent94f810da3657b2e53423ed98bc59adca4cf5b88a (diff)
[removed] uneeded files
Diffstat (limited to 'tests')
-rw-r--r--tests/main.lisp11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/main.lisp b/tests/main.lisp
deleted file mode 100644
index 640374e..0000000
--- a/tests/main.lisp
+++ /dev/null
@@ -1,11 +0,0 @@
-(defpackage oneliners.cli/tests/main
- (:use :cl
- :oneliners.cli
- :rove))
-(in-package :oneliners.cli/tests/main)
-
-;; NOTE: To run this test file, execute `(asdf:test-system :oneliners.cli)' in your Lisp.
-
-(deftest test-target-1
- (testing "should (= 1 1) to be true"
- (ok (= 1 1))))