Sha256: 2e1fd01cbf551fca2a14d74e924c8e5574f7bc9e7c0a93c5350355af40f0165c

Contents?: true

Size: 309 Bytes

Versions: 10

Compression:

Stored size: 309 Bytes

Contents

# coding: utf-8

require 'spec_helper'

RSpec.describe TTY::Table::Header, 'color' do

  context 'when default' do

  end

  context 'when ascii' do
    let(:renderer) { :ascii }
    let(:red)      { "\e[31m" }
    let(:clear)    { "\e[0m" }

    xit 'renders header background in color' do
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tty-table-0.10.0 spec/unit/header/color_spec.rb
tty-table-0.9.0 spec/unit/header/color_spec.rb
tty-table-0.8.0 spec/unit/header/color_spec.rb
tty-table-0.7.0 spec/unit/header/color_spec.rb
tty-table-0.6.0 spec/unit/header/color_spec.rb
tty-table-0.5.0 spec/unit/header/color_spec.rb
tty-table-0.4.0 spec/unit/header/color_spec.rb
tty-table-0.3.0 spec/unit/header/color_spec.rb
tty-table-0.2.0 spec/unit/header/color_spec.rb
tty-table-0.1.0 spec/unit/header/color_spec.rb