wildland / trail-guide

A collection of guides for making things.
0 stars 3 forks source link

Convert to using FactoryGirl linting to check factories. #17

Open jweakley opened 9 years ago

jweakley commented 9 years ago

All new projects should have this setup. Previous projects that were using it_behaves_like 'a testable object' do should be removed and swapped to this linting. Per documentation: http://www.rubydoc.info/gems/factory_girl/file/GETTING_STARTED.md#Linting_Factories

jweakley commented 9 years ago

We could also add this to our generator to have it make this on new projects by default.