mirror of
https://gitea.invidious.io/iv-org/shard-athena-negotiation.git
synced 2024-08-15 00:53:23 +00:00
8 lines
145 B
Crystal
8 lines
145 B
Crystal
require "spec"
|
|
require "athena-spec"
|
|
require "../src/athena-negotiation"
|
|
require "./negotiator_test_case"
|
|
|
|
include ASPEC::Methods
|
|
|
|
ASPEC.run_all
|