2 # An ordered list of the directories containing specs to run
5 'spec/frozen/1.8/core',
6 'spec/frozen/1.8/language',
14 # The set of substitutions to transform a spec filename
15 # into a tag filename.
17 [%r(spec/ruby/), 'spec/frozen/'],
18 [%r(spec/), 'spec/tags/'],
19 [/_spec.rb$/, '_tags.txt']
22 # The default implementation to run the specs.
23 set :target, 'shotgun/rubinius'