Skip to content

Commit

Permalink
Changed escapes for Ruby 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan authored and sferik committed Sep 23, 2010
1 parent 41923bb commit 7bead60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/twitter/base_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class BaseTest < Test::Unit::TestCase
retweeted_to_me.size.should == 20
first = retweeted_to_me.first.retweeted_status
first.user.name.should == "Cloudvox"
first.text.should == "Testing counts with voice apps too:\n\"the voice told residents to dial 'nine hundred eleven' rather than '9-1-1'\" \342\200\224 http://j.mp/7mqe2B"
first.text.should == "Testing counts with voice apps too:\n\"the voice told residents to dial 'nine hundred eleven' rather than '9-1-1'\" \u2014 http://j.mp/7mqe2B"
end

should "be able to get retweets of me" do
Expand Down

0 comments on commit 7bead60

Please sign in to comment.