summaryrefslogtreecommitdiff
path: root/test/rss
diff options
context:
space:
mode:
Diffstat (limited to 'test/rss')
-rw-r--r--test/rss/test_itunes.rb2
-rw-r--r--test/rss/test_version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/rss/test_itunes.rb b/test/rss/test_itunes.rb
index 3663e2c77a..283459d910 100644
--- a/test/rss/test_itunes.rb
+++ b/test/rss/test_itunes.rb
@@ -338,7 +338,7 @@ module RSS
"of your answers here.",
readers, &rss20_maker)
_assert_itunes_summary("This week we talk about surviving in a " +
- "Red state if you’re a Blue person. Or " +
+ "Red state if you're a Blue person. Or " +
"vice versa.",
readers, &rss20_maker)
end
diff --git a/test/rss/test_version.rb b/test/rss/test_version.rb
index 5605638434..a602caf103 100644
--- a/test/rss/test_version.rb
+++ b/test/rss/test_version.rb
@@ -3,7 +3,7 @@ require "rss-testcase"
module RSS
class TestVersion < TestCase
def test_version
- assert_equal("0.2.1", ::RSS::VERSION)
+ assert_equal("0.2.2", ::RSS::VERSION)
end
end
end