Sha256: 59ae09d2096316ac59958629d90dce1f7b5d5a396712566f515a0bfb2dff144c
Contents?: true
Size: 518 Bytes
Versions: 4
Compression:
Stored size: 518 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe Evostream::Commands::Transcode do let(:command) { described_class } context 'when audio_bitrates' do let(:arg_value) { Faker::Games::Pokemon.name } let(:argument) { 'audio_bitrates' } include_examples 'command raise' end context 'with mandatory argument(s)' do let(:cmd) do { source: Faker::Coffee.variety, destinations: Faker::Games::Pokemon.name } end include_examples 'command' end end
Version data entries
4 entries across 4 versions & 1 rubygems