Repository URL to install this package:
|
Version:
0.1.6 ▾
|
module RSpecSupport
class ElementHelpers
def self.string_to_element(element_string)
Nokogiri::XML.parse(element_string).elements[0]
end
end
end