BigW Consortium Gitlab

be_url.rb 103 Bytes
RSpec::Matchers.define :be_url do |_|
  match do |actual|
    URI.parse(actual) rescue false
  end
end