Sha256: 0965c360f4e759544874cd64f6222895815b3a2bdda79dc514e95f769b2493e4
Contents?: true
Size: 280 Bytes
Versions: 3
Compression:
Stored size: 280 Bytes
Contents
# encoding: utf-8 require 'spec_helper' 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tty-0.1.2 | spec/tty/table/border/options/new_spec.rb |
tty-0.1.1 | spec/tty/table/border/options/new_spec.rb |
tty-0.1.0 | spec/tty/table/border/options/new_spec.rb |