Sha256: 0eccafb62f9bac31d93de5f345927bdf71190a2f85538cbe47cce920fe7ea5a7
Contents?: true
Size: 324 Bytes
Versions: 6
Compression:
Stored size: 324 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_helper' describe TTY::Shell::Statement, '#new' do let(:input) { StringIO.new } let(:output) { StringIO.new } let(:shell) { TTY::Shell.new(input, output) } subject(:statement) { described_class.new } its(:newline) { should be_true } its(:color) { should be_nil } end
Version data entries
6 entries across 6 versions & 1 rubygems