Add simple rspec

bug/bundler_fix
Meatballs 2013-04-26 00:47:00 +01:00
parent 668dd78587
commit d8430c83cf
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ module Parser
# http://technet.microsoft.com/en-us/library/cc749415(v=ws.10).aspx # http://technet.microsoft.com/en-us/library/cc749415(v=ws.10).aspx
# Samples: http://technet.microsoft.com/en-us/library/cc732280%28v=ws.10%29.aspx # Samples: http://technet.microsoft.com/en-us/library/cc732280%28v=ws.10%29.aspx
class Unattend class Unattend
require 'rex/text'
def self.parse(xml) def self.parse(xml)
return [] if xml.nil? return [] if xml.nil?