DEBSOURCES
Skip Quicknav
sources / ruby-xpath / 3.2.0-1 / spec / spec_helper.rb
12345678
# frozen_string_literal: true require 'xpath' require 'pry' RSpec.configure do |config| config.expect_with(:rspec) { |c| c.syntax = :should } end