Revision: 1047 http://trac.macosforge.org/projects/ruby/changeset/1047 Author: eloy.de.enige@gmail.com Date: 2009-03-21 16:11:15 -0700 (Sat, 21 Mar 2009) Log Message: ----------- Added spec:1.9:language rake task which runs mspec-ci with the configuration in spec/frozen/ruby.1.9.mspec. The ci specs exclude the specs tagged as fails on 1.9 Modified Paths: -------------- MacRuby/branches/experimental/rakelib/spec.rake Modified: MacRuby/branches/experimental/rakelib/spec.rake =================================================================== --- MacRuby/branches/experimental/rakelib/spec.rake 2009-03-21 13:57:04 UTC (rev 1046) +++ MacRuby/branches/experimental/rakelib/spec.rake 2009-03-21 23:11:15 UTC (rev 1047) @@ -18,4 +18,11 @@ sh "#{MSPEC}-run #{spec}" end end + + namespace :"1.9" do + desc "Run Ruby 1.9 language examples" + task :language do + sh "./mspec/bin/mspec ci -B spec/frozen/ruby.1.9.mspec spec/frozen/language" + end + end end \ No newline at end of file
participants (1)
-
source_changes@macosforge.org