<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi folks.<br>
<br>
The merge is a bit more involved than I thought, mostly due to my poor
understanding of rspec mocks, so I've created a branch at
<a class="moz-txt-link-freetext" href="http://rspec.rubyforge.org/svn/branches/rbehave-import">http://rspec.rubyforge.org/svn/branches/rbehave-import</a> if anyone wants
to monitor progress or get involved.<br>
<br>
Quick update: all classes and modules in the RBehave namespace have
been moved into Spec::Story verbatim (along with their examples of
course). This means that, for instance, there are currently two
PendingException classes - rbehave's and rspec's.<br>
<br>
I still have 2 examples failing (same problem in two places) that seem
to be about how I'm using rspec's mocking framework. If anyone can spot
the deliberate error I'd be very grateful. The line is:<br>
<br>
<tt>&nbsp;&nbsp;&nbsp; Runner.stub!(:dry_run).and_return(true)<br>
</tt><br>
which is giving me the error:<br>
<br>
<tt>&nbsp;&nbsp;&nbsp; can't convert Spec::Story::Runner::Options into Hash<br>
</tt><br>
Once these are working, the next step is to ensure the rcov coverage is
up to 100% and get the pre-commit rake target passing.<br>
<br>
Cheers,<br>
Dan<br>
<br>
<br>
Scott Taylor wrote:
<blockquote
 cite="mid:DFED2298-144C-424E-9EB2-495D1D06876E@railsnewbie.com"
 type="cite">
  <pre wrap="">
On Aug 2, 2007, at 11:00 PM, David Chelimsky wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">On 8/2/07, Scott Taylor <a class="moz-txt-link-rfc2396E" href="mailto:mailing_lists@railsnewbie.com">&lt;mailing_lists@railsnewbie.com&gt;</a> wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">There seems to be quite a few of us who want to help.  What is the
state of this project?  Is this being worked on in the Rbehave
repos?  Maybe the RSpec admins could create a branch in the rspec
repos to facilitate this merging.
      </pre>
    </blockquote>
    <pre wrap="">Thanks to all for your interest. I need to talk to Aslak and Dan about
how we're going to do this, so please hang tight.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Thanks David.  I guess I'm still a little unsure whether the whole  
code base will be merged in to RSpec, or whether it will stay  
separate but the World modules will get mixed into RSpec somehow or  
another.

I guess we will wait a few days to hear the news.

Best,

Scott

  </pre>
  <blockquote type="cite">
    <pre wrap="">Cheers,
David
_______________________________________________
rspec-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rspec-devel@rubyforge.org">rspec-devel@rubyforge.org</a>
<a class="moz-txt-link-freetext" href="http://rubyforge.org/mailman/listinfo/rspec-devel">http://rubyforge.org/mailman/listinfo/rspec-devel</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
rspec-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rspec-devel@rubyforge.org">rspec-devel@rubyforge.org</a>
<a class="moz-txt-link-freetext" href="http://rubyforge.org/mailman/listinfo/rspec-devel">http://rubyforge.org/mailman/listinfo/rspec-devel</a>
  </pre>
</blockquote>
<br>
</body>
</html>