You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by la...@apache.org on 2008/08/28 22:26:23 UTC

svn commit: r689971 - /incubator/buildr/trunk/spec/build_spec.rb

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