Author: lacton
Date: Thu Aug 28 13:26:23 2008
New Revision: 689971

URL: http://svn.apache.org/viewvc?rev=689971&view=rev
Log:
Code format

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

Modified: incubator/buildr/trunk/spec/build_spec.rb
URL: 
http://svn.apache.org/viewvc/incubator/buildr/trunk/spec/build_spec.rb?rev=689971&r1=689970&r2=689971&view=diff
==============================================================================
--- incubator/buildr/trunk/spec/build_spec.rb (original)
+++ incubator/buildr/trunk/spec/build_spec.rb Thu Aug 28 13:26:23 2008
@@ -367,8 +367,8 @@
     file('buildfile').should contain('THIS_VERSION = "1.0.1-SNAPSHOT"')
   end
   
-    it 'should commit the new buildfile on the trunk' do
-      Svn.should_receive(:commit).with(File.expand_path('buildfile'), 'Changed 
version number to 1.0.1-SNAPSHOT')
-      Release.send :commit, '1.0.1-SNAPSHOT'
-    end
+  it 'should commit the new buildfile on the trunk' do
+    Svn.should_receive(:commit).with(File.expand_path('buildfile'), 'Changed 
version number to 1.0.1-SNAPSHOT')
+    Release.send :commit, '1.0.1-SNAPSHOT'
+  end
 end
\ No newline at end of file


Reply via email to