Sha256: 93daa64a7d6b118a415c170ff64e983b056103accaef6fa50572335cfb0932b4
Contents?: true
Size: 309 Bytes
Versions: 3
Compression:
Stored size: 309 Bytes
Contents
# frozen_string_literal: true shared_examples 'uses bullet' do context do it do gemfile_file = content('Gemfile') expect(gemfile_file).to match("gem 'bullet'") locale_file = content('config/environments/development.rb') expect(locale_file).to match('Bullet') end end end
Version data entries
3 entries across 3 versions & 1 rubygems