Sha256: 9d35f99ebb694705641a6e6434ebbddc0f86d65bc7c5ad628b5582ff353ae881

Contents?: true

Size: 619 Bytes

Versions: 26

Compression:

Stored size: 619 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

describe Evostream::Commands::Destroy do
  let(:command) { Evostream::Commands::PushStream.new(cmd) }

  context 'uri' do
    let(:arg_value) { 'rtmp://de.pscp.tv:80/x/31' }
    let(:argument) { 'uri' }

    include_examples 'command'
  end

  context 'local_stream_name' do
    let(:arg_value) { Faker::Pokemon.name }
    let(:argument) { 'local_stream_name' }

    include_examples 'command'
  end

  context 'target_stream_name' do
    let(:arg_value) { Faker::Pokemon.name }
    let(:argument) { 'target_stream_name' }

    include_examples 'command'
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
evostream-event-1.0.0.pre.59 spec/evostream/commands/push_stream_spec.rb
evostream-event-1.0.0.pre.58 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.3.2.pre.57 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.3.2.pre.56 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.3.2.pre.55 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.3.1 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.3.1.pre.53 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.3.1.pre.52 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.3.0 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.3.0.pre.48 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.2.7 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.2.7.pre.44 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.2.6 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.2.6.pre.41 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.2.6.pre.39 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.2.5 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.2.5.pre.35 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.2.5.pre.34 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.2.4 spec/evostream/commands/push_stream_spec.rb
evostream-event-0.2.4.pre.31 spec/evostream/commands/push_stream_spec.rb