Re: [rspec-users] Excluding a spec subdirectory from rake spec

2011-02-10 Thread Justin Ko
On Feb 10, 8:56 pm, Corey Haines wrote: > > Message: 3 > > Date: Tue, 8 Feb 2011 18:32:26 -0800 (PST) > > From: Justin Ko > > To: rspec-us...@rubyforge.org > > Subject: Re: [rspec-users] Excluding a spec subdirectory from rake > >        spec > > Message-ID: > >        <40f49a5a-0a21-417c-a1b7-

[rspec-users] Excluding a spec subdirectory from rake spec

2011-02-10 Thread Corey Haines
> > Message: 3 > Date: Tue, 8 Feb 2011 18:32:26 -0800 (PST) > From: Justin Ko > To: rspec-users@rubyforge.org > Subject: Re: [rspec-users] Excluding a spec subdirectory from rake >        spec > Message-ID: >        <40f49a5a-0a21-417c-a1b7-7b4b92945...@v7g2000yqh.googlegroups.com> > Content-Type:

Re: [rspec-users] Pull requests via Github - To Fork or Not? That is the Question.

2011-02-10 Thread James Martin
Thanks, David. That makes perfect sense. James. On Fri, Feb 11, 2011 at 1:05 PM, David Chelimsky wrote: > On Feb 10, 2011, at 6:29 PM, James Martin wrote: > > Hi, > > I've been coming up with some documentation examples, which I'd like > to contribute as Cucumber features to go into the relisha

Re: [rspec-users] Pull requests via Github - To Fork or Not? That is the Question.

2011-02-10 Thread David Chelimsky
On Feb 10, 2011, at 6:29 PM, James Martin wrote: > Hi, > > I've been coming up with some documentation examples, which I'd like > to contribute as Cucumber features to go into the relishapp. > > I started following the contribute instructions on the rspec-dev > README[1] but have a question abou

[rspec-users] Pull requests via Github - To Fork or Not? That is the Question.

2011-02-10 Thread James Martin
Hi, I've been coming up with some documentation examples, which I'd like to contribute as Cucumber features to go into the relishapp. I started following the contribute instructions on the rspec-dev README[1] but have a question about pull requests. Should I clone from the rspec/* projects on gi

Re: [rspec-users] hash form of stub_chain returning nil for chains with shared first message

2011-02-10 Thread David Chelimsky
On Feb 10, 2011, at 12:40 PM, Frederick Cheung wrote: > I'm new using rspec, so please forgive me if I'm barking up the wrong tree, > but... > > I'd expect this to pass (using rspec 2.5.1) > > describe 'stub_chain' do > it "returns expected value from two chains with hash" do >subject = O

[rspec-users] hash form of stub_chain returning nil for chains with shared first message

2011-02-10 Thread Frederick Cheung
I'm new using rspec, so please forgive me if I'm barking up the wrong tree, but... I'd expect this to pass (using rspec 2.5.1) describe 'stub_chain' do it "returns expected value from two chains with hash" do subject = Object.new subject.stub_chain(:msg1, :msg2 => :first) subject.s

[rspec-users] Opinions sought on feature/pull request

2011-02-10 Thread David Chelimsky
Hey all, Looking for thoughts on a feature/pull request: https://github.com/rspec/rspec-core/pull/306. Cheers, David ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users