Skip to content

Commit

Permalink
Literate test: Update name of Minitest module
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Jul 30, 2023
1 parent 7347df9 commit 7c42d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/literate/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Slim::Engine.before :Pretty, Temple::Filters::Validator
Slim::Engine.set_options tr: false, logic_less: false

class MiniTest::Spec
class Minitest::Spec
def render(source, options = {}, &block)
Slim::Template.new(options) { source }.render(self, &block)
end
Expand Down

0 comments on commit 7c42d10

Please sign in to comment.