Skip to content

Commit

Permalink
Natural English
Browse files Browse the repository at this point in the history
  • Loading branch information
ujihisa committed Mar 26, 2010
1 parent 82f8f93 commit f9109ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/blogger_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def inspect
doc.xpath('//xmlns:entry/xmlns:content').first.content.should match(/It's sunny today/)
end

it "& is replace to &, but \& isn't." do
it "& is replaced to &, but \& isn't." do
xml = Blogger.text2xml(@new_entry_str)
doc = Nokogiri::XML(xml)
doc.xpath('//xmlns:entry/xmlns:title').first.content.should match('& &')
Expand Down

0 comments on commit f9109ea

Please sign in to comment.