lib/rubysmith/templates/%project_name%/spec/spec_helper.rb.erb in rubysmith-5.9.0 vs lib/rubysmith/templates/%project_name%/spec/spec_helper.rb.erb in rubysmith-6.0.0
- old
+ new
@@ -19,10 +19,10 @@
<% end %>
<% if configuration.build_refinements %>
SPEC_ROOT = Pathname(__dir__).realpath.freeze
-using Refinements::Pathnames
+using Refinements::Pathname
Pathname.require_tree SPEC_ROOT.join("support/shared_contexts")
<% else %>
SPEC_ROOT = Pathname(__dir__).realpath.freeze