Sha256: 33603fc39e712f6c202614e4f694972167f0b7797c6b3430ec4e87c5335cedb1

Contents?: true

Size: 320 Bytes

Versions: 3

Compression:

Stored size: 320 Bytes

Contents

# frozen_string_literal: true

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

      config_file = content('config/initializers/rollbar.rb')
      expect(config_file).to match(/^Rollbar.configure/)
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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