forked from activeadmin/activeadmin
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added cukes and slimmed down index title functionality
- Loading branch information
1 parent
e36766b
commit baba30b
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Feature: Index - Page Title | ||
|
||
Modifying the page title on the index screen | ||
|
||
Scenario: Set a string as the title | ||
Given an index configuration of: | ||
""" | ||
ActiveAdmin.register Post do | ||
index :title => "Awesome Title" | ||
end | ||
""" | ||
Then I should see the page title "Awesome Title" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters