spec/fetcher/microdata/article_small_spec.rb in fetcher-microdata-0.0.10 vs spec/fetcher/microdata/article_small_spec.rb in fetcher-microdata-0.0.11

- old
+ new

@@ -40,9 +40,14 @@ it 'should set attribute articleBody' do Fetcher::Microdata::ArticleSmall.new(@arg1, @arg2, @arg3) .attributes.should have_key :articleBody end + it 'should set attribute comments' do + Fetcher::Microdata::ArticleSmall.new(@arg1, @arg2, @arg3) + .attributes.should have_key :comments + end + it 'should set attribute author' do Fetcher::Microdata::ArticleSmall.new(@arg1, @arg2, @arg3) .attributes.should have_key :author end \ No newline at end of file