You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...to ensure fixtures are always built first, if needed. This works:
task'db:fixtures:load'doRake::Task['spec:fixture_builder:build'].invokeRails.env=('development')# fixture_builder will set the env to test, we must set it backRake::Task['db:fixtures:load'].invoke# no, it's not an infinite loop, because Rake!end
The text was updated successfully, but these errors were encountered:
thewoolleyman
changed the title
Have library always enhance rake db:fixtures:load with spec:fixture_builder:build
automatically enhance rake db:fixtures:load with spec:fixture_builder:buildDec 25, 2016
...to ensure fixtures are always built first, if needed. This works:
The text was updated successfully, but these errors were encountered: