Clean up specs

This commit is contained in:
2023-06-14 22:08:39 +10:00
parent 7c1a638b58
commit 2eaf1ddf88
6 changed files with 14 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
# frozen_string_literal: true
require "pathname"
require "warning"
SPEC_ROOT = Pathname(__dir__).realpath.freeze
ENV["HANAMI_ENV"] ||= "test"
@@ -10,3 +11,7 @@ require "timecop"
require_relative "support/rspec"
require_relative "support/feature_loader"
Gem.path.each do |path|
Warning.ignore(//, path)
end