Sha256: 2a920718f977d8f2db5bbc57303b1df973f43fc2bf56344ca2c9634e06b1c91f

Contents?: true

Size: 262 Bytes

Versions: 10

Compression:

Stored size: 262 Bytes

Contents

# coding: utf-8

require 'spec_helper'

# describe TTY::Table::Options, 'options' do
#   let(:object) { described_class }
# 
#   subject { described_class.new({'a' => 1, :b => 2}) }
# 
#   it '' do
#     pending
#     expect(subject[:a]).to eql(1)
#   end
# end

Version data entries

10 entries across 10 versions & 1 rubygems

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