Updating distribution

This commit is contained in:
Valet Bot
2022-01-07 19:45:53 +00:00
parent 74be75ac84
commit 51b31a805e
60 changed files with 1895 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
# frozen_string_literal: true
require "shoulda-matchers"
Shoulda::Matchers.configure do |config|
config.integrate do |with|
with.test_framework :rspec
end
end