Change soft-fail to use the config, rather than env
[rbx.git] / spec / full.mspec
blobe6cf79e5add679217a3fa3f5fa1b951773ed6a57
1 load File.dirname(__FILE__) + '/default.mspec'
3 class MSpecScript
4   # An ordered list of the directories containing specs to run
5   # as the CI process.
6   set :ci_files, [
7     'spec/frozen/1.8/core',
8     'spec/frozen/1.8/language',
9     'spec/compiler',
10     'spec/core',
11     'spec/debugger',
12     'spec/subtend',
13     'spec/frozen/1.8/library',
14     'spec/library',
15     # parser specs cause odd problems with library
16     # specs, so they go last
17     'spec/parser',
18   ]
19 end