Sha256: 107f767a3541d9e5b11c494fc06c47b6c95c08a6716083e58a3c183711919dda

Contents?: true

Size: 443 Bytes

Versions: 1

Compression:

Stored size: 443 Bytes

Contents

require_relative '../../../test_helper'

module Troo
  describe Esc do
    let(:described_class) { Esc }
  end
end

module Troo
  describe Align do
    let(:described_class) { Align }
  end
end

module Troo
  describe Format do
    let(:described_class) { Format }
  end
end

module Troo
  describe Formatter do
    let(:described_class) { Formatter }
  end
end

module Troo
  describe Output do
    let(:described_class) { Output }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
troo-0.0.9 test/lib/troo/presentation/formatter_test.rb