Sha256: c838944c3a50290e38e1ee2d9ecea045e85313254021f92de3099ce576c3fd0d
Contents?: true
Size: 588 Bytes
Versions: 2
Compression:
Stored size: 588 Bytes
Contents
require "bundler/setup" <%- if config[:code_climate] -%> if ENV["CODECLIMATE_REPO_TOKEN"] require "codeclimate-test-reporter" CodeClimate::TestReporter.start end <%- end -%> require "<%= config[:gem_name] %>" <%- if config[:pry] -%> require "pry" require "pry-byebug" require "pry-stack_explorer" require "pry-remote" require "pry-rescue" <%- end -%> Dir[File.join(File.dirname(__FILE__), "support/kit/**/*.rb")].each { |file| require file } # Uncomment to add a custom configuration. For the default configuration, see the "support/kit" folder. # RSpec.configure do |config| # end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gemsmith-5.2.0 | lib/gemsmith/templates/%gem_name%/spec/spec_helper.rb.tt |
gemsmith-5.1.0 | lib/gemsmith/templates/%gem_name%/spec/spec_helper.rb.tt |