spec/useless/doc/ui/godel_spec.rb in useless-doc-0.6.4 vs spec/useless/doc/ui/godel_spec.rb in useless-doc-0.6.5
- old
+ new
@@ -19,10 +19,10 @@
end
it 'should render the name in the only h1' do
h1s = @doc.css('h1')
h1s.length.should == 1
- h1s.first.content.should == 'Useless'
+ h1s.first.content.should == 'useless.io'
end
it 'should render the domain description in an article p' do
description = @doc.css('article.description.domain p')
description.length.should == 1