Sha256: 4cf7a20d1f11774c5498321629a1d25c5121fdf69ba9f029b87fe6b22c5f2ce7

Contents?: true

Size: 197 Bytes

Versions: 6

Compression:

Stored size: 197 Bytes

Contents

# frozen_string_literal: true

RSpec.shared_examples 'test request action' do
  let(:request) { action.execute_action(action_name) }

  it { expect(request).to be_an_instance_of(Net::HTTPOK) }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
evostream-event-0.2.3 spec/support/examples_actions.rb
evostream-event-0.2.3.pre.27 spec/support/examples_actions.rb
evostream-event-0.2.2 spec/support/examples_actions.rb
evostream-event-0.2.2.pre.25 spec/support/examples_actions.rb
evostream-event-0.2.1 spec/support/examples_actions.rb
evostream-event-0.2.1.pre.23 spec/support/examples_actions.rb