Move Riak-specific specs to their own file

This commit is contained in:
2012-03-05 22:43:26 +01:00
parent 906ab23a89
commit 9d124ce48a
3 changed files with 129 additions and 120 deletions

View File

@@ -9,6 +9,7 @@ require 'purdytest'
require 'riak'
set :environment, :test
ENV["RACK_ENV"] = "test"
config = File.read(File.expand_path('../config.yml', File.dirname(__FILE__)))
riak_config = YAML.load(config)[ENV['RACK_ENV']]['riak'].symbolize_keys