lib/rails/dom/testing/assertions/selector_assertions.rb in rails-dom-testing-1.0.6 vs lib/rails/dom/testing/assertions/selector_assertions.rb in rails-dom-testing-1.0.7
- old
+ new
@@ -260,10 +260,10 @@
end
end
end
private
- include CountDescripable
+ include CountDescribable
def document_root_element
raise NotImplementedError, 'Implementing document_root_element makes ' \
'assert_select work without needing to specify an element to select from.'
end