Sha256: 0cb843faa459390986ee9746d385abad8f9fda3a0542a38fab9d9881b53e2c78

Contents?: true

Size: 240 Bytes

Versions: 23

Compression:

Stored size: 240 Bytes

Contents

require 'spec_helper'

describe Shelr::Terminal do

  describe "#size" do
    it "returns :width and :height as integers" do
      subject.size[:width].should be_a(Integer)
      subject.size[:height].should be_a(Integer)
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
shelr-0.16.3 spec/shelr/terminal_spec.rb
shelr-0.16.2 spec/shelr/terminal_spec.rb
shelr-0.16.1 spec/shelr/terminal_spec.rb
shelr-0.16.0 spec/shelr/terminal_spec.rb
shelr-0.15.2 spec/shelr/terminal_spec.rb
shelr-0.15.1 spec/shelr/terminal_spec.rb
shelr-0.15.0 spec/shelr/terminal_spec.rb
shelr-0.14.1 spec/shelr/terminal_spec.rb
shelr-0.14.0 spec/shelr/terminal_spec.rb
shelr-0.13.3 spec/shelr/terminal_spec.rb
shelr-0.13.2 spec/shelr/terminal_spec.rb
shelr-0.13.1 spec/shelr/terminal_spec.rb
shelr-0.13.0 spec/shelr/terminal_spec.rb
shelr-0.12.9 spec/shelr/terminal_spec.rb
shelr-0.12.8 spec/shelr/terminal_spec.rb
shelr-0.12.7 spec/shelr/terminal_spec.rb
shelr-0.12.6 spec/shelr/terminal_spec.rb
shelr-0.12.5 spec/shelr/terminal_spec.rb
shelr-0.12.4 spec/shelr/terminal_spec.rb
shelr-0.12.3 spec/shelr/terminal_spec.rb