<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>spec/spec.opts</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -130,7 +130,7 @@ describe 'SemanticFormBuilder#commit_button' do
       describe 'when explicit label is provided' do
         it 'should render an input with the explicitly specified label' do
           semantic_form_for(:post, :url =&gt; 'http://example.com') do |builder|
-            concat(builder.commit_button &quot;Click!&quot;)
+            concat(builder.commit_button(&quot;Click!&quot;))
           end
           output_buffer.should have_tag('li.commit input[@value=&quot;Click!&quot;][@class~=&quot;submit&quot;]')
         end
@@ -203,7 +203,7 @@ describe 'SemanticFormBuilder#commit_button' do
       describe 'when explicit label is provided' do
         it 'should render an input with the explicitly specified label' do
           semantic_form_for(@new_post) do |builder|
-            concat(builder.commit_button &quot;Click!&quot;)
+            concat(builder.commit_button(&quot;Click!&quot;))
           end
           output_buffer.should have_tag('li.commit input[@value=&quot;Click!&quot;][@class~=&quot;create&quot;]')
         end
@@ -276,7 +276,7 @@ describe 'SemanticFormBuilder#commit_button' do
       describe 'when explicit label is provided' do
         it 'should render an input with the explicitly specified label' do
           semantic_form_for(@new_post) do |builder|
-            concat(builder.commit_button &quot;Click!&quot;)
+            concat(builder.commit_button(&quot;Click!&quot;))
           end
           output_buffer.should have_tag('li.commit input[@value=&quot;Click!&quot;][@class~=&quot;update&quot;]')
         end</diff>
      <filename>spec/commit_button_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>70755b470ed14cc26b2b723a6521d90ba864cecc</id>
    </parent>
  </parents>
  <author>
    <name>Joshua Davey</name>
    <email>josh@joshuadavey.com</email>
  </author>
  <url>http://github.com/justinfrench/formtastic/commit/3ce445d12002c9731e7dfd78d565e2eb12d7a8c1</url>
  <id>3ce445d12002c9731e7dfd78d565e2eb12d7a8c1</id>
  <committed-date>2009-10-26T14:26:40-07:00</committed-date>
  <authored-date>2009-10-25T10:04:33-07:00</authored-date>
  <message>Fixing spec warning, adding autotest opts</message>
  <tree>0aba56084f80ae01419a3268c6f3e4fc166f830c</tree>
  <committer>
    <name>Justin French</name>
    <email>justin@indent.com.au</email>
  </committer>
</commit>
