Sha256: e14dfe606fc317b83fc7a6f92cdfa8ef08f177c42a8aa7d8de983ee64fcb58b2
Contents?: true
Size: 327 Bytes
Versions: 4
Compression:
Stored size: 327 Bytes
Contents
# encoding: utf-8 require File.expand_path('../../../../spec_helper.rb', __FILE__) describe Backup::Configuration::Syncer::RSync::Local do it 'should be a subclass of RSync::Base' do rsync = Backup::Configuration::Syncer::RSync::Local rsync.superclass.should == Backup::Configuration::Syncer::RSync::Base end end
Version data entries
4 entries across 4 versions & 2 rubygems