1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00
thoughtbot--factory_bot/features/step_definitions
Joshua Clayton c47affb1aa Requiring factory definition files now works in 1.9 outside of tests
Ruby 1.9 doesn't automatically include . in the load path; if we do a
require to a relative path (eg a file within spec or test), 1.9 will raise a
LoadError because spec or test isn't normally in the load path.
2011-07-22 11:53:21 -04:00
..
database_steps.rb Allow recursive associations from cucumber table arguments 2010-11-05 10:27:49 -04:00
factory_girl_steps.rb Requiring factory definition files now works in 1.9 outside of tests 2011-07-22 11:53:21 -04:00