Re: [rspec-users] Working outside-in with Cucumber and RSpec

2008-10-27 Thread Ashley Moran
On Oct 27, 2008, at 12:26 am, David Chelimsky wrote: Due to Merb still being a bit of an unknown, that's making me lean towards neurotic perfectionism in my own code, at the moment. And I know just as soon as I've made them all perfect, David will redefine perfection again Are you callin

Re: [rspec-users] Testing item links in Webrat (was: Cucumber)

2008-10-27 Thread Matt Wynne
On 27 Oct 2008, at 00:01, Mark Thomson wrote: aslak hellesoy wrote: What I'm not sure about is whether it's possible to specify that a particular link gets clicked, since there are multiple links on the page with the same text. I'd like to be able to test that the particular database Use

Re: [rspec-users] Vim tree plugin?

2008-10-27 Thread Kyle Hargraves
On Sun, Oct 26, 2008 at 4:11 PM, Steve <[EMAIL PROTECTED]> wrote: > Does anyone know if there's a vim plugin out there that will show a tree of > your describe/it blocks at a glance. Preferably with click ability to go > right to that location? It'd be awesome to have a ctags-esque feature for vie

[rspec-users] Gems installation

2008-10-27 Thread Juanma Cervera
Hello. I have a problem trying to use cucumber with webrat. I thought I could use the gems versions of rspec, rspec-rails, cucumber and webrat, in fact I think that I could manage to do it two weeks ago, but now that I updated the versions of the rspec, rspec-rails and cucumber, I am getting a err

[rspec-users] Cucumber step FIT-like tables

2008-10-27 Thread aidy lewis
Hi, I am having a problem with my Cucumber step FIT-like tables. This is my scenario Scenario: Filter by new files added Given a database update that creates an ExpiryDate that is within 30 days And a logged in OLC user When clicks 'After Sales' And selects 'New files added wit

Re: [rspec-users] Gems installation

2008-10-27 Thread Mark Thomson
The webrat gem works for me. Do you have "require 'webrat'" in your features/steps/env.rb file? Mark. Juanma Cervera wrote: Hello. I have a problem trying to use cucumber with webrat. I thought I could use the gems versions of rspec, rspec-rails, cucumber and webrat, in fact I think that I

Re: [rspec-users] Working outside-in with Cucumber and RSpec

2008-10-27 Thread Pat Maddox
On Mon, Oct 27, 2008 at 9:35 AM, Pat Maddox <[EMAIL PROTECTED]> wrote: > Matt Wynne <[EMAIL PROTECTED]> writes: > >> Pat - are you going solo too? > > Nope, I'm trying to teach RSpec/BDD to an organization that currently > doesn't use it and has 0% test coverage. It's interesting, to say the > lea

Re: [rspec-users] Cucumber step FIT-like tables

2008-10-27 Thread Aslak Hellesøy
What version/revision? Sent from my iPhone On 27. okt.. 2008, at 19.33, "aidy lewis" <[EMAIL PROTECTED]> wrote: Hi, I am having a problem with my Cucumber step FIT-like tables. This is my scenario Scenario: Filter by new files added Given a database update that creates an ExpiryDate