Sha256: 853cf106bd710de721a1de665090de309a62f634d5a0ed111b5d5a222e7e8361
Contents?: true
Size: 314 Bytes
Versions: 31
Compression:
Stored size: 314 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe Evostream::Commands::CreateDASH do let(:command) { Evostream::Commands::CreateDASH.new(cmd) } context 'manifest_name' do let(:arg_value) { Faker::Pokemon.name } let(:argument) { 'manifest_name' } include_examples 'command' end end
Version data entries
31 entries across 31 versions & 1 rubygems