On Wed, Apr 22, 2009 at 10:02 AM, James Byrne <li...@ruby-forum.com> wrote:
>
> When I change the test to:
>
>  expected = '<title>Bank of Canada: Noon Foreign Exchange
> Rates</title>'
>  fx_doc.xpath('//rdf:RDF/xmlns:channel/xmlns:title').should =~ expected
>
> Then I see this instead:
>
>  expected: "<title>Bank of Canada: Noon Foreign Exchange
> Rates</title>",
>       got: <title>Bank of Canada: Noon Foreign Exchange Rates</title>
> (using =~)
>
> What is adding the double quotes?

Ruby. Try this in irb:

'this'
=> "this"

> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to