openlogic / random-word

MIT License
27 stars 15 forks source link

README correction: fixed a few issues with FactoryGirl example #5

Closed alexanderbird closed 7 years ago

alexanderbird commented 8 years ago

The titleize is optional, it just makes the names look nicer when they are inevitable printed out in test results. The rest of the changes are functional - what I had to do to get it working with FactoryGirl.

alexanderbird commented 8 years ago

The reason that you need braces around the name: http://stackoverflow.com/a/5356474/3012550