Skip to content

Instantly share code, notes, and snippets.

@dsbw
Created September 23, 2013 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsbw/6678596 to your computer and use it in GitHub Desktop.
Save dsbw/6678596 to your computer and use it in GitHub Desktop.
How to set up test for loaded config.
@config = YAML.load_file('config/config.yml')[ENV['environment'] ||= 'test']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment