[macruby-changes] [1018] MacRuby/branches/experimental/mspec/lib/mspec

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 20 02:03:34 PDT 2009


Revision: 1018
          http://trac.macosforge.org/projects/ruby/changeset/1018
Author:   eloy.de.enige at gmail.com
Date:     2009-03-20 02:03:34 -0700 (Fri, 20 Mar 2009)
Log Message:
-----------
Removed File.exist? workaround as it now works in trunk.

Modified Paths:
--------------
    MacRuby/branches/experimental/mspec/lib/mspec/commands/mspec.rb

Removed Paths:
-------------
    MacRuby/branches/experimental/mspec/lib/mspec/utils/roxor_helper.rb

Modified: MacRuby/branches/experimental/mspec/lib/mspec/commands/mspec.rb
===================================================================
--- MacRuby/branches/experimental/mspec/lib/mspec/commands/mspec.rb	2009-03-20 09:02:31 UTC (rev 1017)
+++ MacRuby/branches/experimental/mspec/lib/mspec/commands/mspec.rb	2009-03-20 09:03:34 UTC (rev 1018)
@@ -8,8 +8,6 @@
 require 'mspec/helpers/tmp'
 require 'mspec/runner/actions/timer'
 
-require 'mspec/utils/roxor_helper'
-
 class MSpecMain < MSpecScript
   def initialize
     config[:includes] = []

Deleted: MacRuby/branches/experimental/mspec/lib/mspec/utils/roxor_helper.rb
===================================================================
--- MacRuby/branches/experimental/mspec/lib/mspec/utils/roxor_helper.rb	2009-03-20 09:02:31 UTC (rev 1017)
+++ MacRuby/branches/experimental/mspec/lib/mspec/utils/roxor_helper.rb	2009-03-20 09:03:34 UTC (rev 1018)
@@ -1,5 +0,0 @@
-class File
-  def self.exist?(path)
-    NSFileManager.defaultManager.fileExistsAtPath(path) == 1
-  end
-end
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090320/54c129d0/attachment.html>


More information about the macruby-changes mailing list