Sha256: 1f841c3b448ab7b0acc90ec726d2592aa58e8105c6cf3a8e3eca9d08664fe1d0

Contents?: true

Size: 476 Bytes

Versions: 7

Compression:

Stored size: 476 Bytes

Contents

require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts 'Run `bundle install` to install missing gems'
  exit e.status_code
end

require 'simplecov'
SimpleCov.start do
  add_filter 'spec'
end

require 'epubinfo'

RSpec.configure do |config|
  config.filter_run :focus => true
  config.run_all_when_everything_filtered = true
  config.treat_symbols_as_metadata_keys_with_true_values = true
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
epubinfo-0.3.0 spec/spec_helper.rb
epubinfo-0.2.4 spec/spec_helper.rb
epubinfo-0.2.3 spec/spec_helper.rb
epubinfo-0.2.2 spec/spec_helper.rb
epubinfo-0.2.1 spec/spec_helper.rb
epubinfo-0.2.0 spec/spec_helper.rb
epubinfo-0.1.0 spec/spec_helper.rb