mirror of
https://gitea.invidious.io/iv-org/shard-athena-negotiation.git
synced 2024-08-15 00:53:23 +00:00
Initial commit
This commit is contained in:
commit
34c8539ead
10 changed files with 204 additions and 0 deletions
7
spec/athena-COMPONENT_TEMPLATE_spec.cr
Normal file
7
spec/athena-COMPONENT_TEMPLATE_spec.cr
Normal 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
2
spec/spec_helper.cr
Normal file
|
@ -0,0 +1,2 @@
|
|||
require "spec"
|
||||
require "../src/athena-COMPONENT_NAME"
|
Loading…
Add table
Add a link
Reference in a new issue