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