Sha256: fac44d3b16f34800c968d8bb6dcbe3dca2c1cb7ea286422ec55580995c3086d3
Contents?: true
Size: 249 Bytes
Versions: 3
Compression:
Stored size: 249 Bytes
Contents
require 'spec/spec_helper' require 'memfs' # define test suite for coverage report SimpleCov.command_name 'spec:suite:unit' RSpec.configure do |c| c.around(:each, memfs: true) do |example| MemFs.activate { example.run } end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nucleus-0.3.1 | spec/unit/unit_spec_helper.rb |
nucleus-0.2.0 | spec/unit/unit_spec_helper.rb |
nucleus-0.1.0 | spec/unit/unit_spec_helper.rb |