Tiny bits of cleanup
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,4 +4,5 @@
|
||||
/.shards/
|
||||
*.dwarf
|
||||
/data/ui/compiled
|
||||
api_key
|
||||
api_key
|
||||
.gresource
|
||||
@@ -1,9 +0,0 @@
|
||||
require "./spec_helper"
|
||||
|
||||
describe Gtktest do
|
||||
# TODO: Write tests
|
||||
|
||||
it "works" do
|
||||
false.should eq(true)
|
||||
end
|
||||
end
|
||||
@@ -1,2 +1,2 @@
|
||||
require "spec"
|
||||
require "../src/gtktest"
|
||||
require "../src/wince"
|
||||
|
||||
Reference in New Issue
Block a user