<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -87,7 +87,7 @@ describe 'MacroStubs' do
 
       lambda {
         run_action!(true)
-      }.should raise_error(Spec::Mocks::MockExpectationError, /expected :find with \(&quot;42&quot;\) but received it with \(&quot;37&quot;\)/)
+      }.should raise_error(Spec::Mocks::MockExpectationError, /received :find with unexpected arguments\n  expected: \(&quot;42&quot;\)\n       got: \(&quot;37&quot;\)/)
     end
 
     it 'should fail if expectations are received out of order' do
@@ -102,7 +102,7 @@ describe 'MacroStubs' do
 
       lambda {
         Task.find([1,2,3])
-      }.should raise_error(Spec::Mocks::MockExpectationError, /expected :find with \(1\, 2\, 3\) but received it with \(\[1\, 2\, 3\]\)/)
+      }.should raise_error(Spec::Mocks::MockExpectationError, /received :find with unexpected arguments\n  expected: \(1\, 2\, 3\)\n       got: \(\[1\, 2\, 3\]\)/)
 
       lambda {
         Task.find(1, 2, 3)
@@ -131,8 +131,8 @@ describe 'MacroStubs' do
       
       lambda {
         Task.find(1)
-      }.should raise_error(Spec::Mocks::MockExpectationError, /expected :find with \(&quot;37&quot;\, 1\) but received it with \(1\)/)
-      
+      }.should raise_error(Spec::Mocks::MockExpectationError, /received :find with unexpected arguments\n  expected: \(&quot;37&quot;, 1\)\n       got: \(1\)/)
+            
       lambda {
         Task.find(&quot;37&quot;, 1)
       }.should_not raise_error</diff>
      <filename>remarkable_rails/spec/action_controller/macro_stubs_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0ed320c910719926d007e04e811fabc16933085b</id>
    </parent>
  </parents>
  <author>
    <name>Carlos Brando</name>
    <email>eduardobrando@gmail.com</email>
  </author>
  <url>http://github.com/carlosbrando/remarkable/commit/e80ffb556c934f9806623898ad59684f1e8ee53d</url>
  <id>e80ffb556c934f9806623898ad59684f1e8ee53d</id>
  <committed-date>2009-10-29T13:32:03-07:00</committed-date>
  <authored-date>2009-10-29T13:32:03-07:00</authored-date>
  <message>All tests running successfully!</message>
  <tree>a3f090e58720b3b73ecee0ffdada76a74796b73e</tree>
  <committer>
    <name>Carlos Brando</name>
    <email>eduardobrando@gmail.com</email>
  </committer>
</commit>
