[rspec-users] color output?

2007-10-02 Thread Jonathan Linowes
does story runner have commandline options ,eg to add color to output? ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] color output?

2007-10-02 Thread David Chelimsky
Not yet. Patches welcome! On 10/2/07, Jonathan Linowes [EMAIL PROTECTED] wrote: does story runner have commandline options ,eg to add color to output? ___ rspec-users mailing list rspec-users@rubyforge.org

Re: [rspec-users] color output?

2007-10-02 Thread David Chelimsky
On 10/2/07, David Chelimsky [EMAIL PROTECTED] wrote: Not yet. Patches welcome! Actually - there's nothing to patch yet - we plan to align the runners in the near future. So Not yet. Coming soon! On 10/2/07, Jonathan Linowes [EMAIL PROTECTED] wrote: does story runner have commandline

[rspec-users] Note on Rails 2.0 Preview

2007-10-02 Thread Steve Ross (CWD)
Make sure you get a relatively current version of rspec or you will get: /Users/me/rails/ubb/vendor/rails/activerecord/lib/../../activesupport/ lib/active_support/dependencies.rb:263:in `load_missing_constant': uninitialized constant ActionView::Helpers::JavaScriptMacrosHelper (NameError)

[rspec-users] Rails 2.0 Preview Release and RSpec Trunk

2007-10-02 Thread David Chelimsky
Hi all, For those of you checking out the Rails 2.0 preview release: RSpec-1.0.8 does not support Rails 2.0. Unfortunately, we're in the middle of some big changes to the internals in trunk and won't be in a position to do a release for another week or so. Therefore, if you are using the Rails

Re: [rspec-users] align the runner

2007-10-02 Thread David Chelimsky
On 10/2/07, Shane Duan [EMAIL PROTECTED] wrote: I saw from the thread color output that there is a plan to align the runner. Is there a place to see what that means? I am just curious. I think that there are conversations about this on the rspec-devel list. Thus far we haven't created any

Re: [rspec-users] color output?

2007-10-02 Thread Jonathan Linowes
feature request: I have a story with a bunch of different scenarios that vary by just one (or two) things. In fact, within the story I've written a method that sets up the common set of Givens, and another than checks for a common set of results, e.g. Scenario no User record do

Re: [rspec-users] color output?

2007-10-02 Thread David Chelimsky
On 10/2/07, Jonathan Linowes [EMAIL PROTECTED] wrote: feature request: http://rspec.rubyforge.org/community/contribute.html http://rubyforge.org/tracker/?atid=3152group_id=797func=browse ___ rspec-users mailing list rspec-users@rubyforge.org

Re: [rspec-users] Rails 2.0 Preview Release and RSpec Trunk

2007-10-02 Thread Lance Carlson
Are you saying Rspec was never meant to work with edge rails? I've been using Rspec with edge rails and I've got it to work for the most part (even though i seem to have problems with some of the new syntactic sugar). Is this because rspec somehow isn't expecting rails 2.0 esk code? On 10/2/07,

Re: [rspec-users] Rails 2.0 Preview Release and RSpec Trunk

2007-10-02 Thread David Chelimsky
On 10/2/07, Lance Carlson [EMAIL PROTECTED] wrote: Are you saying Rspec was never meant to work with edge rails? I'm talking about a past release: RSpec-1.0.8. RSpec's trunk does a pretty good job of keeping up w/ changes in edge rails, but clearly past releases of rspec are never guaranteed to

Re: [rspec-users] Problems with testing nested routes using mocking

2007-10-02 Thread Geoffrey Wiseman
On 10/2/07, David Chelimsky [EMAIL PROTECTED] wrote: This is a known issue: http://rubyforge.org/tracker/index.php?func=detailaid=12963group_id=797atid=3149 Patches welcome! Not sure if that's related to the problem I'm having with view specs and the dynamic path-generators, but it may

Re: [rspec-users] align the runner

2007-10-02 Thread Shane Duan
Yes. Thanks. That probably means that the customer runner will work with both, if not already. Date: Tue, 2 Oct 2007 13:06:43 -0500 From: David Chelimsky [EMAIL PROTECTED] Subject: Re: [rspec-users] align the runner To: rspec-users rspec-users@rubyforge.org Message-ID: [EMAIL

Re: [rspec-users] align the runner

2007-10-02 Thread David Chelimsky
On 10/2/07, Shane Duan [EMAIL PROTECTED] wrote: Yes. Thanks. That probably means that the customer runner will work with both, if not already. Customer Runner? I assume you mean what we've been calling Story Runner, yes? We're calling that Scenario Runner from now on (because it makes more