spec/spec_helper.rb in mina-0.2.1 vs spec/spec_helper.rb in mina-0.3.0

- old
+ new

@@ -2,9 +2,10 @@ require 'rake' class RakeScope include Rake::DSL if Rake.const_defined?(:DSL) include Mina::Helpers + include Mina::SshHelpers end def rake(&blk) if block_given? @scope ||= RakeScope.new