Sha256: 8bbe0b4a3c73ad36e870380d4fb2eb2856cdcdc0add186bc01c0afe5af5413af

Contents?: true

Size: 352 Bytes

Versions: 4

Compression:

Stored size: 352 Bytes

Contents

$:.unshift File.join(File.dirname(__FILE__))

require 'cotta_specifications'
require 'physical_system_stub'

require 'spec'

module BuildMaster
context 'Directory object with cotta for physical system' do
  extend CottaSpecifications
  setup do
    @system = PhysicalSystemStub.new
  end
  
  register_cotta_dir_specifications  
end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
BuildMaster-0.9.0 test/buildmaster/cotta/tc_cotta_dir_physical.rb
BuildMaster-0.9.1 test/buildmaster/cotta/tc_cotta_dir_physical.rb
BuildMaster-1.0.6 test/buildmaster/cotta/tc_cotta_dir_physical.rb
BuildMaster-1.0.9 test/buildmaster/cotta/tc_cotta_dir_physical.rb