This file contains hidden or 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
| # Assumes you have a factory named :customer defined with attributes first_name and last_name | |
| Feature: Testing customized factory_girl step definitions | |
| As an open source advocate | |
| I | |
| Want to make sure that my customized step definitions don't throw any errors | |
| Scenario: Generating factories from a table | |
| Given the following customers exist: | |
| | first_name | last_name | | |
| | Bob | Smith | |
NewerOlder