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