Initial commit

This commit is contained in:
George Dietrich 2020-12-21 23:21:53 -05:00
commit 34c8539ead
10 changed files with 204 additions and 0 deletions

View file

@ -0,0 +1,7 @@
require "./spec_helper"
describe Athena::NAMESPACE_NAME do
it "works" do
false.should eq(true)
end
end

2
spec/spec_helper.cr Normal file
View file

@ -0,0 +1,2 @@
require "spec"
require "../src/athena-COMPONENT_NAME"