Re: [rspec-users] Building higher-level DSLs

2013-02-07 Thread Sam Goldman
I'm not sure if this is what you are looking for, but I do have some experience with writing DSLs on top of RSpec. I made a project that lets you write tests for HTTP APIs in a bit more of a straightforward manner[1]. This isn't quite the level of DSL-ness that it seems you are going for—i.e., the

[rspec-users] Building higher-level DSLs

2013-02-07 Thread Ash Moran
Hi Someone on another mailing list I'm on recently posted asking for people's thoughts on test naming practices, and writing my reply made me think about some of the techniques I use to improve naming and remove duplication in my own spec files. The most worked-through example I have is the co

Re: [rspec-users] undefined method `run_all' for []:Array

2013-02-07 Thread Andy Lindeman
Yes. It should be fixed. If you upgrade and still get the error, let us know! On Thursday, February 7, 2013, Doug Livesey wrote: > David Chelimsky wrote in post #971870: > > On Sun, Jan 2, 2011 at 5:42 AM, Kristian Mandrup > > > > > > wrote: > >> I'm using the latest ruby 1.9.3-head and recentl

[rspec-users] hi

2013-02-07 Thread gaurav kapahi
Hi Can u send me the automated test script using rspec for sucessfully login in to gmail account -- gaurav kapahi ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] undefined method `run_all' for []:Array

2013-02-07 Thread Doug Livesey
David Chelimsky wrote in post #971870: > On Sun, Jan 2, 2011 at 5:42 AM, Kristian Mandrup > wrote: >> I'm using the latest ruby 1.9.3-head and recently whenever I run rspec >> (2.2+) I get the following error: >> >> I have seen others have run into this issue, but to resolve it just >> rolled back