Sha256: 1ad7bd9c6d572fbdfecbed1300f464087d5b23c3bcf4f00defd612cdfcfebb4b

Contents?: true

Size: 349 Bytes

Versions: 13

Compression:

Stored size: 349 Bytes

Contents

require 'simplecov'
require 'coveralls'

SimpleCov.formatter = Coveralls::SimpleCov::Formatter
SimpleCov.start do
  add_filter 'spec/'
  add_filter 'vendor/'
end

require 'turnip_formatter'
Dir.glob(File.dirname(__FILE__) + "/support/**/*.rb") { |f| require(f) }

class NoopObject
  def method_missing(name, *args, &block)
    # nooooooop
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
turnip_formatter-0.2.3 spec/spec_helper.rb
turnip_formatter-0.2.2 spec/spec_helper.rb
turnip_formatter-0.2.1 spec/spec_helper.rb
turnip_formatter-0.2.0 spec/spec_helper.rb
turnip_formatter-0.1.2 spec/spec_helper.rb
turnip_formatter-0.1.1 spec/spec_helper.rb
turnip_formatter-0.1.0 spec/spec_helper.rb
turnip_formatter-0.0.6 spec/spec_helper.rb
turnip_formatter-0.0.5 spec/spec_helper.rb
turnip_formatter-0.0.4 spec/spec_helper.rb
turnip_formatter-0.0.3 spec/spec_helper.rb
turnip_formatter-0.0.2 spec/spec_helper.rb
turnip_formatter-0.0.1 spec/spec_helper.rb