Sha256: 04ccf6b5a0eeada965f8f4a9bdaaa8e844373c7ff7c3ec2a39f1c6bb496583a7
Contents?: true
Size: 241 Bytes
Versions: 4
Compression:
Stored size: 241 Bytes
Contents
require 'spec_helper' describe Orthotypo::Analyzer do it 'find urls' do expect(Orthotypo::Analyzer.url?("https://unsplash.com/@lusvardi?utm_source=osuny")).to be true expect(Orthotypo::Analyzer.url?("mot:")).to be false end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
orthotypo-1.0.2 | spec/analyzer_spec.rb |
orthotypo-1.0.1 | spec/analyzer_spec.rb |
orthotypo-1.0.0 | spec/analyzer_spec.rb |
orthotypo-0.6.0 | spec/analyzer_spec.rb |