Re: [rspec-users] deprecate mock_model?

2010-07-19 Thread David Chelimsky
On Jul 19, 2010, at 7:47 PM, David Chelimsky wrote: > Hey all, > > I'm thinking of deprecating mock_model in rspec-rails-2. stub_model is more > stable, reliable (not dependent on Rails internals like mock_model is), much > less intrusive, and I find that I use it all the time in spite of the n

[rspec-users] deprecate mock_model?

2010-07-19 Thread David Chelimsky
Hey all, I'm thinking of deprecating mock_model in rspec-rails-2. stub_model is more stable, reliable (not dependent on Rails internals like mock_model is), much less intrusive, and I find that I use it all the time in spite of the need to create a real model to back it up. Anybody attached to

Re: [rspec-users] How do I setup Rspec, Cucumber to test a Gem?

2010-07-19 Thread Matt Wynne
On 19 Jul 2010, at 19:05, Walther Diechmann wrote: > Hi, > > my question unwields me as a complete noob - which is okay - but I > apologize for this totally basic question <:) > > I've bought the PragProg Rspec Book and googled, been reading blogs and > what-have-I-not, but nowhere have I been

[rspec-users] How do I setup Rspec, Cucumber to test a Gem?

2010-07-19 Thread Walther Diechmann
Hi, my question unwields me as a complete noob - which is okay - but I apologize for this totally basic question <:) I've bought the PragProg Rspec Book and googled, been reading blogs and what-have-I-not, but nowhere have I been able to find information detailing how I setup a BDD environment fo

Re: [rspec-users] Data-wise context combination for controller speccing

2010-07-19 Thread Wincent Colaiuta
El 19/07/2010, a las 16:20, Phillip Koebbe escribió: > On 2010-07-19 5:38 AM, Wincent Colaiuta wrote: >> I don't necessarily think so. Matt says you can probably do this right now >> by using macros. I don't actually know what he means by that, but I do know >> that there are cases where I somet

Re: [rspec-users] rspec2 help output has brackets?

2010-07-19 Thread Wincent Colaiuta
El 19/07/2010, a las 15:52, David Chelimsky escribió: > On Jul 19, 2010, at 8:17 AM, rogerdpack wrote: > >> Hi all. >> >> Saw this: >> >> Usage: rspec [options] [files or directories] >> -b, --backtrace Enable full backtrace >> -c, --[no-]color, --[no-]colour Enable color

Re: [rspec-users] Data-wise context combination for controller speccing

2010-07-19 Thread Phillip Koebbe
On 2010-07-19 5:38 AM, Wincent Colaiuta wrote: El 19/07/2010, a las 10:58, Matt Wynne escribió: On 18 Jul 2010, at 00:10, David Chelimsky wrote: On Jul 17, 2010, at 1:18 PM, Costa Shapiro wrote: Hello, I've been thinking of how to express my idea in code, but since I've never been involv

Re: [rspec-users] rspec2 help output has brackets?

2010-07-19 Thread David Chelimsky
On Jul 19, 2010, at 8:17 AM, rogerdpack wrote: > Hi all. > > Saw this: > > Usage: rspec [options] [files or directories] >-b, --backtrace Enable full backtrace >-c, --[no-]color, --[no-]colour Enable color in the output >-d, --debug Enable debug

[rspec-users] rspec2 help output has brackets?

2010-07-19 Thread rogerdpack
Hi all. Saw this: Usage: rspec [options] [files or directories] -b, --backtrace Enable full backtrace -c, --[no-]color, --[no-]colour Enable color in the output -d, --debug Enable debugging -e, --example PATTERNRun examples whose

Re: [rspec-users] Data-wise context combination for controller speccing

2010-07-19 Thread Matt Wynne
On 19 Jul 2010, at 11:38, Wincent Colaiuta wrote: > El 19/07/2010, a las 10:58, Matt Wynne escribió: > >> On 18 Jul 2010, at 00:10, David Chelimsky wrote: >> >>> On Jul 17, 2010, at 1:18 PM, Costa Shapiro wrote: >>> Hello, I've been thinking of how to express my idea in code, b

Re: [rspec-users] Data-wise context combination for controller speccing

2010-07-19 Thread Wincent Colaiuta
El 19/07/2010, a las 10:58, Matt Wynne escribió: > On 18 Jul 2010, at 00:10, David Chelimsky wrote: > >> On Jul 17, 2010, at 1:18 PM, Costa Shapiro wrote: >> >>> Hello, >>> >>> I've been thinking of how to express my idea in code, but since I've never >>> been involved in RSpec development, I'

Re: [rspec-users] Data-wise context combination for controller speccing

2010-07-19 Thread David Chelimsky
On Jul 19, 2010, at 3:58 AM, Matt Wynne wrote: > > On 18 Jul 2010, at 00:10, David Chelimsky wrote: > >> On Jul 17, 2010, at 1:18 PM, Costa Shapiro wrote: >> >>> Hello, >>> >>> I've been thinking of how to express my idea in code, but since I've never >>> been involved in RSpec development,

Re: [rspec-users] Data-wise context combination for controller speccing

2010-07-19 Thread Matt Wynne
On 18 Jul 2010, at 00:10, David Chelimsky wrote: > On Jul 17, 2010, at 1:18 PM, Costa Shapiro wrote: > >> Hello, >> >> I've been thinking of how to express my idea in code, but since I've never >> been involved in RSpec development, I'd better have some feedback here first. >> The feature sugg