Sha256: 18011e55f93b3d0b4958369bd9a118e5543c6df4a5ab655a0a89581d7c92de9c
Contents?: true
Size: 341 Bytes
Versions: 2
Compression:
Stored size: 341 Bytes
Contents
# simplecov must come first require 'simplecov' SimpleCov.command_name 'RSpec' require 'rspec/its' require_relative '../../lib/basic101' # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration RSpec.configure do |config| end glob = File.expand_path('support/**/*.rb', __dir__) Dir[glob].sort.each do |path| require path end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
basic101-0.4.0 | test/spec/spec_helper.rb |
basic101-0.2.0 | test/spec/spec_helper.rb |