Hi all,
here is a scenario for create new Task

Scenario: Create Valid Task
  Given I have no tasks
  And I am on the list of tasks
  When I follow "New Task"
  And I fill in "Description" with "Hello"
  And I press "Create"
  Then I should see "Task was successfully created."
  And I should see "Hello"
  And I should have 1 task

according to that i want to write a senario for edit. if any body knows
how to write that please help me.
Thanks
regards,
mithun perera.
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to