Sha256: 819bf11c1d0ac71de73c131cea59c51d6dafe1e8da60ca7b51dee9ef66861927
Contents?: true
Size: 381 Bytes
Versions: 5
Compression:
Stored size: 381 Bytes
Contents
require 'rubygems' if ENV['COVERAGE'] and RUBY_VERSION =~ /^1.9/ require 'simplecov' require 'simplecov-rcov' SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter SimpleCov.start end require 'rspec' require 'solrizer' RSpec.configure do |config| config.mock_with :mocha end def fixture(file) File.new(File.join(File.dirname(__FILE__), 'fixtures', file)) end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
solrizer-2.0.0.rc3 | spec/spec_helper.rb |
solrizer-2.0.0.rc2 | spec/spec_helper.rb |
solrizer-2.0.0.rc1 | spec/spec_helper.rb |
solrizer-1.2.2 | spec/spec_helper.rb |
solrizer-1.2.1 | spec/spec_helper.rb |