Sha256: 0929ff82c97ea9e6220d435e8f5429aad745ab5f9791026bc38d56fde7b6e1a7

Contents?: true

Size: 362 Bytes

Versions: 1

Compression:

Stored size: 362 Bytes

Contents

Feature: Exporting yaml
  In order to collect data
  As a user
  I should be able to export YAML
  
  Scenario Outline: Anyone can export YAML
    Given I am logged in as "<username>"
    When I go to the export page
    Then I should see "id:"
    
    Examples:
      | username  |
      | admin     |
      | existing  |
      | another   |
      | designer |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
radiant-exporter-extension-1.1.0 features/admin/export.feature