sr-atom-test 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,5 +8,5 @@ Description: feed title contains relative URI resolved relative to xml:base
8
8
  XML
9
9
 
10
10
  test = lambda { |feed|
11
- assert_equal 'Example <a href="http://example.com/test/test.html">test</a>', feed.title_detail.value.to_s
11
+ assert_equal "Example <a href='http://example.com/test/test.html'>test</a>", feed.title.to_s
12
12
  }
@@ -8,5 +8,5 @@ Description: feed title contains relative URI resolved relative to xml:base inhe
8
8
  XML
9
9
 
10
10
  test = lambda { |feed|
11
- assert_equal 'Example <a href="http://example.com/test/test.html">test</a>', feed.title_detail.value.to_s
11
+ assert_equal "Example <a href='http://example.com/test/test.html'>test</a>", feed.title.to_s
12
12
  }
@@ -8,5 +8,5 @@ Description: feed title contains relative URI resolved relative to xml:base over
8
8
  XML
9
9
 
10
10
  test = lambda { |feed|
11
- assert_equal 'Example <a href="http://example.com/test/test.html">test</a>', feed.title_detail.value.to_s
11
+ assert_equal "Example <a href='http://example.com/test/test.html'>test</a>", feed.title.to_s
12
12
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sr-atom-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Rozet