Sha256: 863bafe116aa262f630624f6405b2094e7c183d2b8418cd1e9818e51d44a38a7

Contents?: true

Size: 357 Bytes

Versions: 20

Compression:

Stored size: 357 Bytes

Contents

Feature: Index Formats

  Scenario: View index with default formats
    Given an index configuration of:
    """
      ActiveAdmin.register Post
    """
    And 1 post exists
    When I am on the index page for posts
    Then I should see a link to download "CSV"
    And I should see a link to download "XML"
    And I should see a link to download "JSON"

Version data entries

20 entries across 20 versions & 3 rubygems

Version Path
activeadmin-0.5.1 features/index/formats.feature
activeadmin-0.5.0 features/index/formats.feature
activeadmin-0.5.0.pre1 features/index/formats.feature
activeadmin-0.5.0.pre features/index/formats.feature
activeadmin-0.4.4 features/index/formats.feature
activeadmin-0.4.3 features/index/formats.feature
activeadmin-0.4.2 features/index/formats.feature
activeadmin-0.4.1 features/index/formats.feature
activeadmin-0.4.0 features/index/formats.feature
andrewroth_activeadmin-0.3.4.4 features/index/formats.feature
andrewroth_activeadmin-0.3.4.3 features/index/formats.feature
andrewroth_activeadmin-0.3.4.2 features/index/formats.feature
andrewroth_activeadmin-0.3.4.1 features/index/formats.feature
andrewroth_activeadmin-0.3.4 features/index/formats.feature
activeadmin-0.3.4 features/index/formats.feature
activeadmin-0.3.3 features/index/formats.feature
activeadmin-0.3.2 features/index/formats.feature
activeadmin-0.3.1 features/index/formats.feature
activeadmin-0.3.0 features/index/formats.feature
nsm-activeadmin-0.2.2 features/index/formats.feature