Sha256: 51743b1dc79dac5a41768a583c41ff201d578ded971433b9a79608f619868a01
Contents?: true
Size: 346 Bytes
Versions: 8
Compression:
Stored size: 346 Bytes
Contents
Feature: Index Parameters Scenario: Viewing index when download_links disabled Given an index configuration of: """ ActiveAdmin.register Post do index :as => :table, :download_links => false end """ Given 31 posts exist When I am on the index page for posts Then I should not see a link to download "CSV"
Version data entries
8 entries across 8 versions & 1 rubygems