Sha256: 47de629a9371d223d36be93746ed43fef3f9ca503fa70055b618cb0ba9be3945

Contents?: true

Size: 380 Bytes

Versions: 2

Compression:

Stored size: 380 Bytes

Contents

require 'lobstr'
require "mocha"
begin; require 'turn/autorun'; rescue LoadError; end
Turn.config do |c|
  c.natural = true
  c.ansi = true
  c.format = :pretty
end

def clean_up_config_file(config_file = 'spec/config/lobstr.yml')
  config_path = File.dirname config_file
  File.delete config_file if File.exist? config_file
  Dir.delete config_path if Dir.exist? config_path
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lobstr-0.0.2 spec/spec_helper.rb
lobstr-0.0.1 spec/spec_helper.rb