lib/gemsmith/templates/%gem_name%/spec/spec_helper.rb.tt in gemsmith-4.3.0 vs lib/gemsmith/templates/%gem_name%/spec/spec_helper.rb.tt in gemsmith-5.0.0

- old
+ new

@@ -17,16 +17,13 @@ when "ruby" require "pry-byebug" require "pry-stack_explorer" when "jruby" require "pry-nav" - when "rbx" - require "pry-nav" - require "pry-stack_explorer" end <%- end -%> Dir[File.join(File.dirname(__FILE__), "support/kit/**/*.rb")].each { |file| require file } -RSpec.configure do |config| - # NOTE: Add <%= config[:gem_class] %> specific configuration here. For the common configuration, see the "support/kit" folder. -end +# Uncomment to add a custom configuration. For the default configuration, see the "support/kit" folder. +# RSpec.configure do |config| +# end