improve test setup

This commit is contained in:
João Victor Geonizeli
2022-02-27 14:23:37 -03:00
parent ee07cac9b2
commit cec57e0ad2
3 changed files with 20 additions and 38 deletions

View File

@@ -62,3 +62,10 @@ RSpec.configure do |config|
# arbitrary gems may also be filtered via:
# config.filter_gems_from_backtrace("gem name")
end
Shoulda::Matchers.configure do |config|
config.integrate do |with|
with.test_framework :rspec
with.library :rails
end
end