Sha256: 716b94e1dd204b6cf3de02d6ccf5fa180e9fd1980d6e33abd3ca93bf99712faa
Contents?: true
Size: 341 Bytes
Versions: 3
Compression:
Stored size: 341 Bytes
Contents
require "codeclimate-test-reporter" CodeClimate::TestReporter.start require 'pdf/inspector' require 'thousand_island' RSpec.configure do |config| if config.files_to_run.one? config.default_formatter = 'doc' end config.order = :random config.mock_with :rspec do |mocks| mocks.verify_doubled_constant_names = true end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
thousand_island-0.1.2 | spec/spec_helper.rb |
thousand_island-0.1.1 | spec/spec_helper.rb |
thousand_island-0.1.0 | spec/spec_helper.rb |