Skip to content

Commit

Permalink
Modify template to use TestHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
ksss committed Mar 26, 2024
1 parent 7084d83 commit 1451f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ namespace :generate do
<%- unless class_methods.empty? -%>
class <%= target %>SingletonTest < Test::Unit::TestCase
include TypeAssertions
include TestHelper
# library "pathname", "securerandom" # Declare library signatures to load
testing "singleton(::<%= target %>)"
Expand All @@ -172,7 +172,7 @@ namespace :generate do
<%- unless instance_methods.empty? -%>
class <%= target %>Test < Test::Unit::TestCase
include TypeAssertions
include TestHelper
# library "pathname", "securerandom" # Declare library signatures to load
testing "::<%= target %>"
Expand Down

0 comments on commit 1451f1f

Please sign in to comment.