Sha256: 646ed6529c4f3872979a92011565b424608ecc7e161b1bf88f9f31d96b2220ec
Contents?: true
Size: 255 Bytes
Versions: 10
Compression:
Stored size: 255 Bytes
Contents
require File.expand_path('../../spec_helper', __FILE__) module Pod describe Command::Cache do describe 'CLAide' do it 'registers it self' do Command.parse(%w{ cache }).should.be.instance_of Command::Cache end end end end
Version data entries
10 entries across 10 versions & 3 rubygems