Sha256: 01ad489e6e8880eb62c771bcfaa3ce36466686a3eae8d8725d69bbe89a1dd182

Contents?: true

Size: 274 Bytes

Versions: 3

Compression:

Stored size: 274 Bytes

Contents

# frozen_string_literal: true

shared_examples 'uses better_errors' do
  context do
    it do
      gemfile_file = content('Gemfile')
      expect(gemfile_file).to match("gem 'better_errors'")
      expect(gemfile_file).to match("gem 'binding_of_caller'")
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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