Title: [waffle-scm] [810] trunk/waffle-ruby: Renamed waffle-ruby test dir to src/test/ruby.
Revision
810
Author
mauro
Date
2008-09-04 03:04:48 -0500 (Thu, 04 Sep 2008)

Log Message

Renamed waffle-ruby test dir to src/test/ruby.

Modified Paths


Added Paths

  • trunk/waffle-ruby/src/test/ruby/

Removed Paths

  • trunk/waffle-ruby/src/test/specs/

Diff

Modified: trunk/waffle-ruby/pom.xml (809 => 810)

--- trunk/waffle-ruby/pom.xml	2008-09-03 15:00:03 UTC (rev 809)
+++ trunk/waffle-ruby/pom.xml	2008-09-04 08:04:48 UTC (rev 810)
@@ -65,7 +65,7 @@
         <artifactId>rspec-maven-plugin</artifactId>
         <configuration>
           <jrubyHome>${project.build.directory}/jruby/META-INF/jruby.home</jrubyHome>
-          <sourceDirectory>${basedir}/src/test/specs</sourceDirectory>
+          <sourceDirectory>${basedir}/src/test/ruby</sourceDirectory>
           <outputDirectory>${basedir}/target</outputDirectory>
           <reportName>rspec-report.html</reportName>
           <ignoreFailure>false</ignoreFailure> 

Modified: trunk/waffle-ruby/src/main/ruby/org/codehaus/waffle/waffle.rb (809 => 810)

--- trunk/waffle-ruby/src/main/ruby/org/codehaus/waffle/waffle.rb	2008-09-03 15:00:03 UTC (rev 809)
+++ trunk/waffle-ruby/src/main/ruby/org/codehaus/waffle/waffle.rb	2008-09-04 08:04:48 UTC (rev 810)
@@ -4,7 +4,8 @@
 import org.codehaus.waffle.view.RedirectView
 import org.codehaus.waffle.action.ActionMethodInvocationException
 
-# TODO all of this code needs ruby tests!
+# TODO plugin monitoring/logging  
+  
 module Waffle
 
   # load/require files
@@ -33,7 +34,7 @@
           begin
             load(file) if file =~ /.rb$/
           rescue Exception => e
-            p "[WAFFLE] Error loading ruby script: #{e}" # TODO plugin monitoring/logging  
+            p "[WAFFLE] Error loading ruby script: #{e}" 
           end
         end
       end

Copied: trunk/waffle-ruby/src/test/ruby (from rev 799, trunk/waffle-ruby/src/test/specs) ( => )


Property changes on: trunk/waffle-ruby/src/test/ruby
___________________________________________________________________
Name: svn:mergeinfo
   + 


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to