2 # An ordered list of the directories containing specs to run
5 'spec/frozen/1.8/core',
6 'spec/frozen/1.8/language',
11 'spec/frozen/1.8/library',
12 # parser specs cause odd problems with library
13 # specs, so they go last
17 # The directory to search for tags for each spec file
18 # processed. The directory is relative to the directory
19 # in which the spec runner is invoked, in this case,
21 set :tags_dir, File.expand_path('spec/tags')
23 # The default implementation to run the specs.
24 set :target, 'shotgun/rubinius'