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