On Tue, Sep 22, 2009 at 11:24 PM, Mithun Perera <[email protected]> wrote:
> 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.

Hi,

Please send cucumber questions to http://groups.google.com/group/cukes.

Cheers,
David
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to