From e3e7ff173723bbf06950d8375328e1f6de29bebf Mon Sep 17 00:00:00 2001 From: Zoe Moore Date: Mon, 19 Dec 2022 22:15:48 -0800 Subject: [PATCH] Tiny bits of cleanup --- .gitignore | 3 ++- spec/gtktest_spec.cr | 9 --------- spec/spec_helper.cr | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) delete mode 100644 spec/gtktest_spec.cr diff --git a/.gitignore b/.gitignore index 38206c4..0bfc06c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ /.shards/ *.dwarf /data/ui/compiled -api_key \ No newline at end of file +api_key +.gresource \ No newline at end of file diff --git a/spec/gtktest_spec.cr b/spec/gtktest_spec.cr deleted file mode 100644 index add3116..0000000 --- a/spec/gtktest_spec.cr +++ /dev/null @@ -1,9 +0,0 @@ -require "./spec_helper" - -describe Gtktest do - # TODO: Write tests - - it "works" do - false.should eq(true) - end -end diff --git a/spec/spec_helper.cr b/spec/spec_helper.cr index 84e7eae..472d5be 100644 --- a/spec/spec_helper.cr +++ b/spec/spec_helper.cr @@ -1,2 +1,2 @@ require "spec" -require "../src/gtktest" +require "../src/wince"