Re: [rspec-users] webrat within selector

2008-10-13 Thread Bryan Helmkamp
fact, I'm sure Bryan would say webrat was developed to > *explicitly* so that you wouldn't use an id...but I digress). > > Scott > > > _______ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/m

Re: [rspec-users] Cucumber - how to spec a quick search box

2008-11-18 Thread Bryan Helmkamp
gt;> up with: >> >> Given I'm a logged in user at the home page >> And there is someone called 'Bob Smith' to earch for >> When I do a quick search for 'Bob Smith' >> Then I should see that 'Bob Smith' is found in the search results >&

Re: [rspec-users] spec:models depends on development db:migration

2007-10-21 Thread Bryan Helmkamp
e the db:migrate rake task migrate both the dev and test databases should they exist. WDYT? -- Bryan Helmkamp http://brynary.com -- My blog ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

[rspec-users] [ANN] Webrat 0.1.0 released - Ruby Acceptance Testing for Web applications

2007-11-29 Thread Bryan Helmkamp
at do you think? -Bryan Here's the README: --- = Webrat - Ruby Acceptance Testing for Web applications by Bryan Helmkamp <[EMAIL PROTECTED]> and Seth Fitzsimmons <[EMAIL PROTECTED]>. Initial development sponsored by Eas

Re: [rspec-users] Story runner rake task

2007-12-22 Thread Bryan Helmkamp
ually, you shouldn't need to add an include to helper.rb because Webrat's init.rb loads it automatically when in the test environment. Can you email me off-list with a stacktrace? Thanks, -- Bryan Helmkamp http://brynary.com -- My blog ___ rspec-user

Re: [rspec-users] Story runner rake task

2007-12-26 Thread Bryan Helmkamp
. My first goal was to nail the approach and get a good API. In the mean time, in my experience it is quite fast, and I'm personally quite picky about test speed. When I've got more concrete benchmarks on a larger test suite, I'll post them. -- Bryan Helmkamp http

[rspec-users] ./script/story command

2007-12-29 Thread Bryan Helmkamp
ope it might be of immediate use to others using plain text stories right now, and also because I would like to consider possibilities for getting this functionality into RSpec core. WDYT? -- Bryan Helmkamp http://brynary.com -- My blog --- #!/u

Re: [rspec-users] user stories for load testing?

2008-05-14 Thread Bryan Helmkamp
ins? I was > imagining something like webrat-over-HTTP and a drb wrapper. > > Thanks, > Rick > > ___ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > -- Brya

[rspec-users] Reuse steps like a method call

2008-05-14 Thread Bryan Helmkamp
a blog post end Cheers, -- Bryan Helmkamp http://brynary.com -- My blog ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

[rspec-users] Running cucumber distributed across hardware

2008-09-22 Thread Bryan Helmkamp
we can get the story run down to around one or two minutes and keep it there regardless of how many scenarios we introduce. Thoughts? Cheers, -Bryan -- Bryan Helmkamp http://brynary.com -- My blog ___ rspec-users mailing list rspec-user

Re: [rspec-users] Running cucumber distributed across hardware

2008-09-22 Thread Bryan Helmkamp
however, the Story suite exposes an integration failure that (isolated/fast) unit tests would not catch. -- Bryan Helmkamp http://brynary.com -- My blog ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Running cucumber distributed across hardware

2008-09-23 Thread Bryan Helmkamp
n "I login"' /Users/bhelmkamp/p/weplay/features/authentication/authenticaton.feature:13:in `When I login' -- Bryan Helmkamp http://brynary.com -- My blog ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users