Sha256: 1f6524c46086c17e64ee7916b01ed421f74c9acce6344da971372439eed79260
Contents?: true
Size: 640 Bytes
Versions: 27
Compression:
Stored size: 640 Bytes
Contents
Feature: Show - Tabs Add tabs with different content to the page Background: Given a post with the title "Hello World" written by "Jane Doe" exists Scenario: Set a method to be called on the resource as the title Given a show configuration of: """ ActiveAdmin.register Post do show do tabs do tab :overview do span "tab 1" end tab :details do span "tab 2" end end end end """ Then I should see two tabs "Overview" and "Details" And I should see "tab 1" And I should see "tab 2"
Version data entries
27 entries across 27 versions & 4 rubygems