Sha256: d6b4a8d3adc5c693015c27b39361db227987545baa88553cc488dd3703b999eb

Contents?: true

Size: 704 Bytes

Versions: 4

Compression:

Stored size: 704 Bytes

Contents

Feature: Comment destroy
  In order to destroy a comment
  As someone
  I want to destroy it when allowed

  @wip
  Scenario: Destroy a comment as an admin
    Given I am logged in as "aaron"
    When I am on a proposal with comments
    Then I should be able to destroy 2 comments
    And I destroy a comment
    And I should get a "success" notification
    And I am on a proposal with comments
    And I should be able to destroy 1 comments

  @wip
  Scenario: Cannot destroy a comment as non-admin
    Given I am logged in as "quentin"
    When I am on a proposal with comments
    Then I should be able to destroy 0 comments
    And I destroy a comment
    And I should get a "failure" notification

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
open_conference_ware-1.0.0.pre4 features/comment_destroy.feature
open_conference_ware-1.0.0.pre3 features/comment_destroy.feature
open_conference_ware-1.0.0.pre2 features/comment_destroy.feature
open_conference_ware-1.0.0.pre1 features/comment_destroy.feature