Sha256: fb3ef2db220177b5ebd3265480c82c094710fc26aa89db6b05861158e6aaec66

Contents?: true

Size: 228 Bytes

Versions: 18

Compression:

Stored size: 228 Bytes

Contents

if ENV['CI']
  require 'coveralls'
  Coveralls.wear!
end

require 'ghost_in_the_post'

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
end

Dir['./spec/support/**/*.rb'].each { |file| require file }

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ghost_in_the_post-0.1.4 spec/spec_helper.rb
ghost_in_the_post-0.1.3 spec/spec_helper.rb
ghost_in_the_post-0.1.2 spec/spec_helper.rb
ghost_in_the_post-0.1.0 spec/spec_helper.rb
ghost_in_the_post-0.0.14 spec/spec_helper.rb
ghost_in_the_post-0.0.13 spec/spec_helper.rb
ghost_in_the_post-0.0.12 spec/spec_helper.rb
ghost_in_the_post-0.0.11 spec/spec_helper.rb
ghost_in_the_post-0.0.10 spec/spec_helper.rb
ghost_in_the_post-0.0.9 spec/spec_helper.rb
ghost_in_the_post-0.0.8 spec/spec_helper.rb
ghost_in_the_post-0.0.7 spec/spec_helper.rb
ghost_in_the_post-0.0.6 spec/spec_helper.rb
ghost_in_the_post-0.0.5 spec/spec_helper.rb
ghost_in_the_post-0.0.4 spec/spec_helper.rb
ghost_in_the_post-0.0.3 spec/spec_helper.rb
ghost_in_the_post-0.0.2 spec/spec_helper.rb
ghost_in_the_post-0.0.1 spec/spec_helper.rb