Sha256: 961ed485b5f1b1efb8d7d73b83245bcdcf6b63bfb3cbf63b83492f99bbebe42f

Contents?: true

Size: 293 Bytes

Versions: 5

Compression:

Stored size: 293 Bytes

Contents

Feature: Index Formats

  Scenario: View index with default formats
    Given an index configuration of:
    """
      ActiveAdmin.register Post
    """
    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

5 entries across 5 versions & 2 rubygems

Version Path
saulolso-activeadmin-0.2.2.1 features/index/formats.feature
saulolso-activeadmin-0.2.2 features/index/formats.feature
activeadmin-0.2.2 features/index/formats.feature
activeadmin-0.2.1 features/index/formats.feature
activeadmin-0.2.0 features/index/formats.feature