Sha256: cbdef47d91dda89e0a0d7e822dba2c21feef2dae20e489ae9d8017fce4fb916d

Contents?: true

Size: 310 Bytes

Versions: 4

Compression:

Stored size: 310 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/fs/temp/directory'

RSpec.describe ::EacRubyUtils::Fs::Temp::Directory do
  describe '#remove!' do
    let(:instance) { described_class.new }

    it { expect(instance).to be_directory }
    it { expect { instance.remove! }.to_not raise_error }
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ehbrs-tools-0.11.0 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/fs/temp/temp_spec.rb
ehbrs-tools-0.10.0 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/fs/temp/temp_spec.rb
ehbrs-tools-0.9.0 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/fs/temp/temp_spec.rb
ehbrs-tools-0.7.0 vendor/eac_ruby_utils/spec/lib/eac_ruby_utils/fs/temp/temp_spec.rb