Sha256: 03a0817fba16d153fcd3fc45048f7e937336551ea22c190cab899cdb1ffdc230
Contents?: true
Size: 236 Bytes
Versions: 21
Compression:
Stored size: 236 Bytes
Contents
# frozen_string_literal: true RSpec.describe YARD::CLI::List do it "passes command off to Yardoc with --list" do expect(YARD::CLI::Yardoc).to receive(:run).with('-c', '--list', '--foo') YARD::CLI::List.run('--foo') end end
Version data entries
21 entries across 20 versions & 4 rubygems