Sha256: 45d42cc9ce514221c4334ffff7322592e46fada4ce117ea5b362f3832775535f

Contents?: true

Size: 547 Bytes

Versions: 10

Compression:

Stored size: 547 Bytes

Contents

# require 'coveralls'
# Coveralls.wear!

# These are development helpers.
require 'awesome_print'
require 'byebug'
require 'yaml'

# These are required to run tests.
require 'ref2bibtex' 


CITATIONS = YAML.load_file(File.expand_path('support/citations.yml', File.dirname(__FILE__)))


RSpec.configure do |config|
  # Use color in STDOUT
  config.color = true

  # Use color not only in STDOUT but also in pagers and files
  config.tty = true

  # Use the specified formatter
  config.formatter = :documentation # :progress, :html, :textmate
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ref2bibtex-0.3.0 spec/spec_helper.rb
ref2bibtex-0.2.3 spec/spec_helper.rb
ref2bibtex-0.2.2 spec/spec_helper.rb
ref2bibtex-0.2.1 spec/spec_helper.rb
ref2bibtex-0.2.0 spec/spec_helper.rb
ref2bibtex-0.1.1 spec/spec_helper.rb
ref2bibtex-0.1.0 spec/spec_helper.rb
ref2bibtex-0.0.3 spec/spec_helper.rb
ref2bibtex-0.0.2 spec/spec_helper.rb
ref2bibtex-0.0.1 spec/spec_helper.rb