Sha256: 92bef3f83272e8139d92076adfa03ecb649b7c284d78832bd55f5545ada0d034

Contents?: true

Size: 261 Bytes

Versions: 4

Compression:

Stored size: 261 Bytes

Contents

# -*- encoding: utf-8 -*-

require 'spec_helper'

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

  subject(:options) { described_class.new }

  its(:characters) { should eql({}) }

  its(:separator) { should be_nil }

  its(:style) { should be_nil }

end # new

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tty-0.0.11 spec/tty/table/border/options/new_spec.rb
tty-0.0.10 spec/tty/table/border/options/new_spec.rb
tty-0.0.9 spec/tty/table/border/options/new_spec.rb
tty-0.0.8 spec/tty/table/border/options/new_spec.rb