Sha256: 4abb777949ef933a62d0f472e2948512b96576dfc66cdd5d262cb20bc6383c92
Contents?: true
Size: 267 Bytes
Versions: 1
Compression:
Stored size: 267 Bytes
Contents
require 'adhearsion' require 'adhearsion/reporter' require 'socket' ENV['AHN_ENV'] = 'production' RSpec.configure do |config| config.color_enabled = true config.tty = true config.filter_run :focus => true config.run_all_when_everything_filtered = true end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adhearsion-reporter-2.1.0 | spec/spec_helper.rb |