You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by vb...@apache.org on 2008/04/06 11:52:38 UTC

svn commit: r645219 - /incubator/buildr/trunk/spec/application_spec.rb

Author: vborja
Date: Sun Apr  6 02:52:36 2008
New Revision: 645219

URL: http://svn.apache.org/viewvc?rev=645219&view=rev
Log:
Fixed describe ENV on application_spec.rb

Modified:
    incubator/buildr/trunk/spec/application_spec.rb

Modified: incubator/buildr/trunk/spec/application_spec.rb
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/spec/application_spec.rb?rev=645219&r1=645218&r2=645219&view=diff
==============================================================================
--- incubator/buildr/trunk/spec/application_spec.rb (original)
+++ incubator/buildr/trunk/spec/application_spec.rb Sun Apr  6 02:52:36 2008
@@ -276,7 +276,7 @@
 end
 
 
-describe ENV do
+describe 'ENV' do
 
   describe 'BUILDR_ENV' do
     it 'should default to development' do