lib/rubysmith/templates/%project_name%/spec/spec_helper.rb.erb in rubysmith-0.6.0 vs lib/rubysmith/templates/%project_name%/spec/spec_helper.rb.erb in rubysmith-0.6.1

- old
+ new

@@ -1,6 +1,6 @@ require "bundler/setup" -Bundler.require :test, :tools +Bundler.require :tools <% if realm.build_simple_cov %> require "simplecov" SimpleCov.start { enable_coverage :branch } <% end %>