Sha256: 1550ef0e70d01d543b5ef4c23e24a1bc2df507ba9855b658f1af0130e53c5231
Contents?: true
Size: 281 Bytes
Versions: 4
Compression:
Stored size: 281 Bytes
Contents
require File.expand_path('../spec_helper', __FILE__) module Act describe Command do describe 'In general' do it 'runs without exceptions' do argv = [__FILE__] should.not.raise do Act::Command.run(argv) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
act-0.0.5 | spec/command_spec.rb |
act-0.0.4 | spec/command_spec.rb |
act-0.0.3 | spec/command_spec.rb |
act-0.0.2 | spec/command_spec.rb |