Re: [rspec-users] Story Framework

2008-04-18 Thread Željko Filipin
Hi Ashley, Thanks for the response and sorry for the delay, I did not have the time to play with rspec these days. On Wed, Apr 16, 2008 at 10:15 AM, Ashley Moran < [EMAIL PROTECTED]> wrote: > Did you mean: "run 'login.txt'" here? No, I really got it wrong. :) I will take a look at the rest of t

[rspec-users] Story Framework

2008-04-16 Thread Željko Filipin
r $username and $password at login page and click login button") do |member| member.log_in end Then("I should be logged in") do |member| member.should be_logged_in end end run.rb: with_steps_for :user do run 'rspec' end