Sha256: 7887108cd0b31d69a930c1d926f21c4575e887a8420e6f01fed2da6cbb7f4cc7
Contents?: true
Size: 387 Bytes
Versions: 34
Compression:
Stored size: 387 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../../../test_helper') describe ::Inch::CLI::Command::Console do before do @command = ::Inch::CLI::Command::Base.new end it 'should implement some defaults' do assert @command.name assert @command.usage assert @command.description assert_raises(NotImplementedError) { @command.run('something') } end end
Version data entries
34 entries across 34 versions & 1 rubygems