In config/rails_helper.rb
, add the following to the RSpec.configure do |config|
block:
You can then use dom_id
within your specs.
Nov 14, 2024
In config/rails_helper.rb
, add the following to the RSpec.configure do |config|
block:
You can then use dom_id
within your specs.