Sha256: f3cfb3ab5bda1b00f1d3da400bdffd6aea9aaa2ac187bc9138c1cf8ddfba544f
Contents?: true
Size: 240 Bytes
Versions: 29
Compression:
Stored size: 240 Bytes
Contents
require 'spec_helper' describe Command do let(:command) { Command.new } subject { command } it { should respond_to(:cmd) } it { should respond_to(:args) } it { should respond_to(:options) } it { should respond_to(:parse) } end
Version data entries
29 entries across 29 versions & 1 rubygems