Skip to content

Instantly share code, notes, and snippets.

@tdouce
Last active August 29, 2015 14:03
Show Gist options
  • Save tdouce/871b7c2b84288220e148 to your computer and use it in GitHub Desktop.
Save tdouce/871b7c2b84288220e148 to your computer and use it in GitHub Desktop.
# spec/spec_helper.rb` in client
RemoteFactoryGirl.configure do |config|
config.home = { host: 'localhost',
port: 4000,
end_point: '/remote_factory_girl/home' }
config.return_with_root = false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment