spec/redis_spec.rb in barnyard_harvester-0.0.2 vs spec/redis_spec.rb in barnyard_harvester-0.0.3
- old
+ new
@@ -2,22 +2,18 @@
require "yaml"
require "redis"
require "logger"
require "json"
-
-# TODO.. Move the flush to the backend object, not here!!!!!!!!!
-
CROP_NUMBER = 1
REDIS_SETTINGS = {
:host => "localhost",
:port => 6379,
:db => CROP_NUMBER
}
describe BarnyardHarvester do
-
def load_and_process_file(file, backend)
data = YAML::load_file file
\ No newline at end of file