Sha256: 1385d07a361ec875377e54bb245bb25060a888b529009f55d0e589977edbdfaf
Contents?: true
Size: 252 Bytes
Versions: 67
Compression:
Stored size: 252 Bytes
Contents
require File.dirname(__FILE__) + '/../spec_helper' describe YARD::CLI::List do it "should pass command off to Yardoc with --list" do YARD::CLI::Yardoc.should_receive(:run).with('-c', '--list', '--foo') YARD::CLI::List.run('--foo') end end
Version data entries
67 entries across 51 versions & 7 rubygems