Sha256: dfbc40d9f4f1cc061d9dea63b64189842a66bbff6101af8e21f3ff32bae54436

Contents?: true

Size: 251 Bytes

Versions: 1

Compression:

Stored size: 251 Bytes

Contents

# frozen_string_literal: true

require 'specimen'

RSpec.configure do |config|
  config.before(:suite) do
    Specimen.run_testrunner_hooks!
  end

  config.before(:all) do
    @enc_config = Specimen.enc_config
  end
end

at_exit do
  p 'bye bye'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
specimen-0.0.4.alpha lib/specimen/generator/rspec/templates/spec/spec_helper.rb.tt