lib/gemsmith/generators/rspec.rb in gemsmith-12.3.0 vs lib/gemsmith/generators/rspec.rb in gemsmith-12.4.0
- old
+ new
@@ -28,9 +28,10 @@
template "#{rspec_root}/support/shared_contexts/temp_dir.rb.tt"
end
def install_rails_helper
return unless configuration.dig(:generate, :engine)
+
template "#{rspec_root}/rails_helper.rb.tt"
end
end
end
end