Sha256: 52da973cbb06d8b9e7e84e0afe27fe882502ec08b2bcbd0f54bef4744ee1faf6

Contents?: true

Size: 161 Bytes

Versions: 4

Compression:

Stored size: 161 Bytes

Contents

require 'spec_helper'

describe  Hexp::CssSelector::Universal do
  it 'should match everything' do
    expect(subject.matches? H[:section]).to be_true
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hexp-0.3.3 spec/unit/hexp/css_selector/universal_spec.rb
hexp-0.3.2 spec/unit/hexp/css_selector/universal_spec.rb
hexp-0.3.1 spec/unit/hexp/css_selector/universal_spec.rb
hexp-0.3.0 spec/unit/hexp/css_selector/universal_spec.rb