kkimberley / taroko_school

0 stars 0 forks source link

Path CRUD #2

Open GGD opened 8 years ago

GGD commented 8 years ago

Scenario: Path list As a user When I visit paths#index page Then I should be able to see path list

Scenario: Path create As a user When I click add path in paths#index page Then I should be able to create path

kkimberley commented 8 years ago

Scenario: Path update As a user When I click modify in paths#index page Then I should be able to update path

Scenario: Path destroy As a user When I click delete in paths#index page Then I should be able to destroy path

Scenario: Path show As a user When I click the path in paths#index page Then I should be able to see the resources list of path

kkimberley commented 8 years ago

set paths#index as root