Sha256: 29fc2b4cae33f7489391c8e587a93cbdac0d020404893d2d369fff0738e91f26

Contents?: true

Size: 357 Bytes

Versions: 1

Compression:

Stored size: 357 Bytes

Contents

require 'spec'
require File.join(File.dirname(__FILE__)) + '/../test'
require File.join(File.dirname(__FILE__)) + '/cotta_dir_behaviors'

module Cotta
describe PhysicalSystem, 'work with CottaDir' do
  it_should_behave_like 'CottaDirBehaviors'

  def create_system
    @system = Cotta::FileFactory.new(PhysicalSystemStub.new)
  end
  
end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cotta-1.0.0 test/cotta/cotta_dir_physical_spec.rb