Tiny bits of cleanup

This commit is contained in:
2022-12-19 22:15:48 -08:00
parent 9667a51269
commit e3e7ff1737
3 changed files with 3 additions and 11 deletions

3
.gitignore vendored
View File

@@ -4,4 +4,5 @@
/.shards/
*.dwarf
/data/ui/compiled
api_key
api_key
.gresource

View File

@@ -1,9 +0,0 @@
require "./spec_helper"
describe Gtktest do
# TODO: Write tests
it "works" do
false.should eq(true)
end
end

View File

@@ -1,2 +1,2 @@
require "spec"
require "../src/gtktest"
require "../src/wince"