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
| { | |
| "BTTPresetName" : "podkovyr-btt-preset", | |
| "BTTPresetUUID" : "4DA9BBE8-9392-4B6C-A22B-AAF8189CE7C1", | |
| "BTTPresetContent" : [ | |
| { | |
| "BTTAppBundleIdentifier" : "BT.G", | |
| "BTTAppName" : "Global", | |
| "BTTAppSpecificSettings" : { | |
| }, |
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
| # | |
| # To install copy this file in to <RAILS_APP>/lib/tasks/factory_girl.rake. | |
| # To use run: rake db:factory_girl_load | |
| # | |
| namespace :db do | |
| namespace :factory_girl do | |
| desc 'Load Factory Girl factories into the current environment\'s database.' | |
| task :load => :environment do | |
| FactoryGirl.registry.each do |(name, factory)| | |
| FactoryGirl.build name |