Sha256: 189bdb04ec4031ac12a5013e853be7060aa84bd7717a74dc7d77f28a26e00e9b
Contents?: true
Size: 317 Bytes
Versions: 1
Compression:
Stored size: 317 Bytes
Contents
require "codeclimate-test-reporter" CodeClimate::TestReporter.start 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thousand_island-0.0.1 | spec/spec_helper.rb |