Sha256: 0e58711784ad863cd66614c94cc45adb5d96b0d29925da6e8763a0ece6790da1
Contents?: true
Size: 306 Bytes
Versions: 7
Compression:
Stored size: 306 Bytes
Contents
require 'hiroshimarb/command' class Sample < Hiroshimarb::Command end module Hiroshimarb describe Command do describe '.find' do subject { Command.find command } let(:command) { 'sample' } it { should be_kind_of(Command) } it { should be_kind_of(Sample) } end end end
Version data entries
7 entries across 7 versions & 1 rubygems