[macruby-changes] [1729] MacRuby/branches/experimental/spec/frozen/ruby.1.9.mspec.orig

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 4 16:21:55 PDT 2009


Revision: 1729
          http://trac.macosforge.org/projects/ruby/changeset/1729
Author:   eloy.de.enige at gmail.com
Date:     2009-06-04 16:21:55 -0700 (Thu, 04 Jun 2009)
Log Message:
-----------
Oops

Removed Paths:
-------------
    MacRuby/branches/experimental/spec/frozen/ruby.1.9.mspec.orig

Deleted: MacRuby/branches/experimental/spec/frozen/ruby.1.9.mspec.orig
===================================================================
--- MacRuby/branches/experimental/spec/frozen/ruby.1.9.mspec.orig	2009-06-04 23:20:47 UTC (rev 1728)
+++ MacRuby/branches/experimental/spec/frozen/ruby.1.9.mspec.orig	2009-06-04 23:21:55 UTC (rev 1729)
@@ -1,80 +0,0 @@
-# Configuration file for Ruby 1.9-compatible Ruby implementations.
-#
-# Unless you passed to --config (or -B) to MSpec, MSpec will automatically
-# use this config file if the Ruby interpreter with which MSpec advertises
-# itself with RUBY_VERSION =~ /1.9/
-
-class MSpecScript
-  # Language features specs
-  set :language, [ 'language' ]
-
-  # Core library specs
-  set :core, [
-    'core',
-
-    '^core/continuation'
-  ]
-
-  # Standard library specs
-  set :library, [
-    'library',
-
-    # obsolete libraries
-    '^library/cgi-lib',
-    '^library/date2',
-    '^library/enumerator',
-    '^library/eregex',
-    '^library/finalize',
-    '^library/ftools',
-    '^library/generator',
-    '^library/getopts',
-    '^library/importenv',
-    '^library/jcode',
-    '^library/mailread',
-    '^library/parsearg',
-    '^library/parsedate',
-    '^library/ping',
-    '^library/readbytes',
-    '^library/rubyunit',
-    '^library/runit',
-    '^library/soap',
-    '^library/wsdl',
-    '^library/xsd',
-    '^library/Win32API',
-
-    '^library/test/unit/collector',
-    '^library/test/unit/ui',
-    '^library/test/unit/util',
-
-    '^library/dl',  # reimplemented and API changed
-  ]
-
-  # An ordered list of the directories containing specs to run
-  set :files, get(:language) + get(:core) + get(:library)
-
-  # This set of files is run by mspec ci
-  set :ci_files, get(:files)
-
-  # The default implementation to run the specs.
-  # TODO: this needs to be more sophisticated since the
-  # executable is not consistently named.
-  set :target, 'ruby1.9'
-
-  # MacRuby TODO: For now we run the macruby tags.
-  #
-  # set :tags_patterns, [
-  #                       [%r(language/),     'tags/1.9/language/'],
-  #                       [%r(core/),         'tags/1.9/core/'],
-  #                       [%r(command_line/), 'tags/1.9/command_line/'],
-  #                       [%r(library/),      'tags/1.9/library/'],
-  #                       [/_spec.rb$/,       '_tags.txt']
-  #                     ]
-
-  set :tags_patterns, [
-                        [%r(language/),     'tags/macruby/language/'],
-                        [%r(core/),         'tags/macruby/core/'],
-                        [%r(command_line/), 'tags/macruby/command_line/'],
-                        [%r(library/),      'tags/macruby/library/'],
-                        [/_spec.rb$/,       '_tags.txt']
-                      ]
-end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090604/c60ede4c/attachment.html>


More information about the macruby-changes mailing list