spec/spec_helper.rb in wonderdog-0.1.1 vs spec/spec_helper.rb in wonderdog-0.2.0
- old
+ new
@@ -19,10 +19,10 @@
@root ||= Pathname.new(File.expand_path('../..', __FILE__))
end
def hadoop_runner *args, &block
runner(Wukong::Hadoop::HadoopRunner, 'wu-hadoop', *args) do
- stub!(:execute_command!)
+ stub(:execute_command!)
instance_eval(&block) if block_given?
end
end
end