Sha256: 52e0b5149a7d09905221909765f97b1dfcf6abcae6073f809a785cdd610caeb9

Contents?: true

Size: 344 Bytes

Versions: 24

Compression:

Stored size: 344 Bytes

Contents

require 'simplecov'
if ENV['START_SIMPLECOV'].to_i == 1
  SimpleCov.start do
    add_filter "#{File.basename(File.dirname(__FILE__))}/"
  end
end
require 'rspec'
require 'byebug'
require 'betterdocs'

RSpec.configure do |c|
  c.before do
    ComplexConfig::Provider.config_dir = 'spec/assets/config'
    Betterdocs::Global.configure
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
betterdocs-0.12.4 spec/spec_helper.rb
betterdocs-0.12.3 spec/spec_helper.rb
betterdocs-0.12.2 spec/spec_helper.rb
betterdocs-0.12.1 spec/spec_helper.rb
betterdocs-0.12.0 spec/spec_helper.rb
betterdocs-0.11.0 spec/spec_helper.rb
betterdocs-0.10.0 spec/spec_helper.rb
betterdocs-0.9.2 spec/spec_helper.rb
betterdocs-0.9.1 spec/spec_helper.rb
betterdocs-0.9.0 spec/spec_helper.rb
betterdocs-0.8.1 spec/spec_helper.rb
betterdocs-0.8.0 spec/spec_helper.rb
betterdocs-0.7.1 spec/spec_helper.rb
betterdocs-0.7.0 spec/spec_helper.rb
betterdocs-0.6.8 spec/spec_helper.rb
betterdocs-0.6.7 spec/spec_helper.rb
betterdocs-0.6.6 spec/spec_helper.rb
betterdocs-0.6.5 spec/spec_helper.rb
betterdocs-0.6.4 spec/spec_helper.rb
betterdocs-0.6.3 spec/spec_helper.rb