Suppress warnings

This commit is contained in:
Jorge Manrubia
2025-11-23 06:51:51 +01:00
parent ff6b3d4428
commit 3eaa2ed774
+1 -1
View File
@@ -5,7 +5,7 @@ namespace :test do
Rake::TestTask.new(:saas) do |t|
t.libs << "test"
t.test_files = FileList[Fizzy::Saas::Engine.root.join("test/**/*_test.rb")]
t.verbose = true
t.warning = false
end
end