shard-athena-negotiation/spec/spec_helper.cr

9 lines
145 B
Crystal
Raw Normal View History

2020-12-22 04:21:53 +00:00
require "spec"
2020-12-24 05:48:48 +00:00
require "athena-spec"
require "../src/athena-negotiation"
require "./negotiator_test_case"
include ASPEC::Methods
ASPEC.run_all