Add testing

This commit is contained in:
David Heinemeier Hansson
2023-01-07 21:49:39 +01:00
parent 763981f8bb
commit e8cb0b1787
2 changed files with 13 additions and 0 deletions

8
test/test_helper.rb Normal file
View File

@@ -0,0 +1,8 @@
require "bundler/setup"
require "active_support/test_case"
require "active_support/testing/autorun"
ActiveSupport::LogSubscriber.logger = ActiveSupport::Logger.new(STDOUT) if ENV["VERBOSE"]
class ActiveSupport::TestCase
end