aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--tests/testthen.nim4
-rw-r--r--then.nimble3
3 files changed, 3 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 8da1d4b..0547fd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
then
+tests/[^\.]*
diff --git a/tests/testthen.nim b/tests/testthen.nim
deleted file mode 100644
index 8e87cdd..0000000
--- a/tests/testthen.nim
+++ /dev/null
@@ -1,4 +0,0 @@
-import ../src/then
-
-doAssert true
-doAssert 1 == 1
diff --git a/then.nimble b/then.nimble
index 632f70a..1b7cf9a 100644
--- a/then.nimble
+++ b/then.nimble
@@ -7,7 +7,8 @@ license = "MIT"
srcDir = "src"
bin = @["then"]
-
# Dependencies
requires "nim >= 2.0.4"
+
+