test/burghers_test.rb in burghers-0.0.2 vs test/burghers_test.rb in burghers-0.0.3
- old
+ new
@@ -23,9 +23,9 @@
assert_equal @expected, @client.enrich(content).topics
end
def test_with_url
content = "http://www.washingtonpost.com/lifestyle/style/rep-vance-mcallister-kissed-now-can-he-make-up-with-voters-after-the-scandal/2014/04/16/9a898fde-c57c-11e3-9f37-7ce307c56815_story.html"
- expected = [{:name=>"Politics", :score=>0.57}]
+ expected = [{:name=>"Politics", :score=>0.66}]
assert_equal expected, @client.enrich(content).topics
end
end