Never mind. As soon as I posted, I figured it out.
I was using the Visual Studio IDE to create my XML document. I didn’t
realize that the IDE added formatting characters. I moved my XML to
notepad and it worked fine.
Hopefully this post will help someone else.
Lisa Cook wrote:
I’m working on a test script using Watir. I’m new to Ruby and I’m
struggling with syntax.
if (ARGV[0] == nil) #caseName = ‘Default’
caseName = ‘Other’
else
caseName = ARGV[0]
end