Feature: Character sheets As an author, I want to record information about the content I create So that I don't forget Background: Given I have an account And I log in Scenario Outline: I create new content When I create a Then that should be saved Examples: | content_type | | character | | location | | item | | universe | Scenario Outline: I change my content's name Given I have created a When I change my 's name Then that new name should be saved Examples: | content_type | | character | | location | | item | | universe |