shard-spectator/src/spectator/includes.cr

11 lines
489 B
Crystal
Raw Normal View History

# This file includes all source files *except* `should.cr`.
# The `should.cr` file contains the optional feature for using should-syntax.
# Since this is disabled by default, we don't include all files.
# Including all files with a wildcard would accidentally enable should-syntax.
# Unfortunately, that leads to the existence of this file to include everything but that file.
2020-10-20 02:19:25 +00:00
require "./command_line_arguments_config_source"
2018-12-13 20:50:59 +00:00
require "./config_builder"
2020-10-20 02:19:25 +00:00
require "./config"
2020-09-12 21:59:20 +00:00
require "./dsl"