Sha256: cc3eaa03bc6290f0543038942b06d6a6d7b64c608cfd789c79b1449fbaddc57d
Contents?: true
Size: 378 Bytes
Versions: 97
Compression:
Stored size: 378 Bytes
Contents
require 'spec_helper' describe 'backend_for(:type) returns correct backend object' do it 'backend_for(:exec) returns SpecInfra::Backend::Exec' do expect(backend_for(:exec)).to be_an_instance_of SpecInfra::Backend::Exec end it 'backend_for(:ssh) returns SpecInfra::Backend::Ssh' do expect(backend_for(:ssh)).to be_an_instance_of SpecInfra::Backend::Ssh end end
Version data entries
97 entries across 97 versions & 1 rubygems