Sha256: e383a615f31a6dc2fa65ca9cc62826a43c7b7f1ce613a0db65d62e8299c42ee8
Contents?: true
Size: 388 Bytes
Versions: 2
Compression:
Stored size: 388 Bytes
Contents
$:.unshift File.dirname(__FILE__) require 'cotta_specifications' $:.unshift File.join(File.dirname(__FILE__), '..', '..', '..', 'lib') require 'spec' require 'buildmaster/cotta/in_memory_system' module BuildMaster context 'Cotta file' do extend CottaSpecifications setup do @system = InMemorySystem.new end register_cotta_file_specifications end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
BuildMaster-0.9.0 | test/buildmaster/cotta/tc_cotta_file_in_memory.rb |
BuildMaster-0.9.1 | test/buildmaster/cotta/tc_cotta_file_in_memory.rb |