Sha256: e5aae5738148477f5df60ba4bd8ebf1c570279a02ade46c991d10c7f6fab4d92

Contents?: true

Size: 370 Bytes

Versions: 3

Compression:

Stored size: 370 Bytes

Contents

# frozen_string_literal: true

shared_examples 'uses recipient_interceptor' do
  context do
    it do
      gemfile_file = content('Gemfile')
      expect(gemfile_file).to match(/^gem 'recipient_interceptor'/)

      config_staging_file = content('config/environments/staging.rb')
      expect(config_staging_file).to match('RecipientInterceptor.new')
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cybele-2.3.2 spec/support/shared_examples/recipient_interceptor_test_helper.rb
cybele-2.3.1 spec/support/shared_examples/recipient_interceptor_test_helper.rb
cybele-2.2.0 spec/support/shared_examples/recipient_interceptor_test_helper.rb