public
Description: Executable specification for the Ruby programming language using RSpec syntax.
Homepage: http://rubyspec.org
Clone URL: git://github.com/rubyspec/rubyspec.git
rubyspec / ruby.1.8.mspec
100644 13 lines (11 sloc) 0.241 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
class MSpecScript
  # An ordered list of the directories containing specs to run
  set :files, [
    'language',
    'core',
    'library',
    '^library/prime'
  ]
 
  # The default implementation to run the specs.
  set :target, 'ruby'
end