8 lines
129 B
Ruby
8 lines
129 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require 'rspec-html-matchers'
|
||
|
|
||
|
RSpec.configure do |config|
|
||
|
config.include RSpecHtmlMatchers
|
||
|
end
|