spec/unit/hexp/css_selector/universal_spec.rb in hexp-0.3.3 vs spec/unit/hexp/css_selector/universal_spec.rb in hexp-0.4.0.beta1
- old
+ new
@@ -1,7 +1,7 @@
require 'spec_helper'
describe Hexp::CssSelector::Universal do
it 'should match everything' do
- expect(subject.matches? H[:section]).to be_true
+ expect(subject.matches? H[:section]).to be true
end
end