Sha256: 5a36ee9950e66a7a304e006dadbca03b812acaa812c58da605ce6490d068c15c
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 Bytes
Contents
require 'simplecov' SimpleCov.start do add_filter "spec/" end require 'chgk_rating' # Support files Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } RSpec.configure do |config| config.include TestClient end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chgk_rating-1.0.0.rc1 | spec/spec_helper.rb |