Sha256: 60e4e2970e49f867d9a0f2860c070cc93efc9d80fac5f6b7072e84c8c4493046

Contents?: true

Size: 317 Bytes

Versions: 3

Compression:

Stored size: 317 Bytes

Contents

require 'coverage_helper'
require 'simple_profiler'
require 'minitest/autorun'
require 'minitest/colorin'
require 'pry-nav'

class Minitest::Spec

  let(:temp_path) {File.expand_path "./tmp", File.dirname(__FILE__)}

  before do
    FileUtils.mkpath temp_path
  end

  after do
    FileUtils.rm_rf temp_path
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
simple_profiler-0.2.0 spec/minitest_helper.rb
simple_profiler-0.1.2 spec/minitest_helper.rb
simple_profiler-0.1.1 spec/minitest_helper.rb