spec/integration/spec_helper.rb in resque-cluster-0.1.1.1 vs spec/integration/spec_helper.rb in resque-cluster-0.2.0

- old
+ new

@@ -1,3 +1,6 @@ require 'pry' require 'rspec' +require 'sys/proctable' +require 'resque' + require File.expand_path(File.dirname(__FILE__) + '/test_member_manager')