Sha256: 9fd34595df74aee02e270346244a227cd2baf0d4543b80bf2e910fa113b6aea8
Contents?: true
Size: 260 Bytes
Versions: 11
Compression:
Stored size: 260 Bytes
Contents
# auto-tag all integration specs with :integration => true module IntegrationSpecs def self.included(klass) klass.metadata[:integration] = true end end RSpec.configure do |config| config.include IntegrationSpecs, file_path: %r{spec/integration} end
Version data entries
11 entries across 11 versions & 2 rubygems