Skip to content
Snippets Groups Projects
Commit 233d5565 authored by Thu Trang Pham's avatar Thu Trang Pham
Browse files

Add missing require in rake file

parent d8aaf616
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ ACCEPTED_DB_VALUES = %w(sqlite postgres mysql)
DATABASE_CONFIG_FILE = 'test/database.yml'
def config
require 'yaml'
YAML.load(File.open(DATABASE_CONFIG_FILE))
end
......
......@@ -7,6 +7,7 @@ group :development, :test do
gem 'geoip'
gem 'rubyzip'
gem 'rails'
gem 'sqlite3'
# i18n gem >=0.7.0 does not work with Ruby 1.9.2
gem 'i18n', '0.6.1'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment