9 lines
212 B
Ruby
9 lines
212 B
Ruby
|
# NOTE: don't write tests in this file, instead put them in `test/main_test.rb`.
|
||
|
|
||
|
require "lib/dragon_test.rb"
|
||
|
|
||
|
# add requires for additional test files here
|
||
|
|
||
|
# this must be required last
|
||
|
require "test/tests.rb"
|