spec/unit/new_spec.rb in tty-table-0.10.0 vs spec/unit/new_spec.rb in tty-table-0.11.0

- old
+ new

@@ -1,7 +1,5 @@ -# coding: utf-8 - -require 'spec_helper' +# frozen_string_literal: true RSpec.describe TTY::Table, '#new' do it { is_expected.to be_kind_of(Enumerable) } it { is_expected.to be_kind_of(Comparable) }