Sha256: d3ca9fb0b30f40329e09e0e50df11a586bbad9ccd7fb8b321e7654467d78a247

Contents?: true

Size: 284 Bytes

Versions: 10

Compression:

Stored size: 284 Bytes

Contents

# coding: utf-8

require 'spec_helper'

RSpec.describe TTY::Table::BorderOptions, '.new' do

  subject(:options) { described_class.new }

  it { expect(subject.characters).to eql({}) }

  it { expect(subject.separator).to be_nil }

  it { expect(subject.style).to  be_nil }
end # new

Version data entries

10 entries across 10 versions & 1 rubygems

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