✨ Recognize teammates in slack by awarding them sparkles!
at main 10 lines 286 B view raw
1# frozen_string_literal: true 2 3# Tag feature spec examples as `:db` 4# 5# See support/db/cleaning.rb for how the database is cleaned around these `:db` examples. 6RSpec.configure do |config| 7 config.define_derived_metadata(type: :feature) do |metadata| 8 metadata[:db] = true 9 end 10end