Skip to content

Commit

Permalink
Make sure YAML is in scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Hamill committed Oct 31, 2014
1 parent d21915b commit 2e05420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
@@ -1,6 +1,7 @@
require 'pry'
require 'textacular'
require 'database_cleaner'
require 'yaml'

config = YAML.load_file File.expand_path(File.dirname(__FILE__) + '/config.yml')
ActiveRecord::Base.establish_connection config.merge(:adapter => :postgresql)
Expand Down

0 comments on commit 2e05420

Please sign in to comment.