Sha256: 48a3ca42cf211ab8a0c63fc558bf394947ae1ba7faeb3aa1d3a82efebee7e988
Contents?: true
Size: 285 Bytes
Versions: 26
Compression:
Stored size: 285 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, :example_group => { :file_path => %r{spec/integration} } end
Version data entries
26 entries across 16 versions & 2 rubygems