* Update DatabaseCleaner * Only retry in CI * Update rubocop precommit hook * Update spec * Restructure spec configs WIP * Restructure spec configs WIP * Create OmniauthMacros * Fix broken spec * Update spec
5 lines
160 B
Ruby
5 lines
160 B
Ruby
require "approvals/rspec"
|
|
|
|
Approvals.configure do |approvals_config|
|
|
approvals_config.approvals_path = "#{::Rails.root}/spec/support/fixtures/approvals/"
|
|
end
|