Sha256: 79f8cae09855a3b8c8da1ed951ab2d44d4b57c5b1d60fa9ce7774a20c604f8b4
Contents?: true
Size: 707 Bytes
Versions: 32
Compression:
Stored size: 707 Bytes
Contents
Feature: Show - Columns Columns in show page Background: Given a post with the title "Hello World" written by "Jane Doe" exists Scenario: Given a show configuration of: """ ActiveAdmin.register Post do show do columns do end end end """ Then I should see a columns container And I should see 0 column Scenario: Given a show configuration of: """ ActiveAdmin.register Post do show do columns do column do end column do end end end end """ Then I should see a columns container And I should see 2 columns
Version data entries
32 entries across 32 versions & 5 rubygems