spec/parser_spec.rb in comix_scraper-1.0.0 vs spec/parser_spec.rb in comix_scraper-2.0.0

- old
+ new

@@ -12,10 +12,10 @@ parser = ComixScraper::Parser.new @release_data = parser.parse(new_releases) end it 'it can find the shipping date' do - @release_data.shipping_date.should == '5/30/2012' + @release_data.shipping_date.should == '1/9/2013' end it 'it can find the categories' do @release_data.categories.should =~ ["COMICS", "DARK HORSE COMICS", "DC COMICS", "IDW PUBLISHING", "IMAGE COMICS", "MAGAZINES", "MARVEL COMICS", "MERCHANDISE"] end \ No newline at end of file