瀏覽代碼

Fix for updated vlv header

master
Dylan Baker 1 年之前
父節點
當前提交
1fd64ecb2e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      spec/fetcher_spec.rb

+ 1
- 1
spec/fetcher_spec.rb 查看文件

27
         result = subject.page(0)
27
         result = subject.page(0)
28
         aggregate_failures do
28
         aggregate_failures do
29
           expect(result).to be_a(Nokogiri::HTML::Document)
29
           expect(result).to be_a(Nokogiri::HTML::Document)
30
-          expect(result.at_css('h3').text).to eq('VLV: politics, food, and aging')
30
+          expect(result.at_css('h3').text).to eq('VLV: Can we change the current header to something else')
31
           expect(result.css('.even, .odd').length).to eq(110)
31
           expect(result.css('.even, .odd').length).to eq(110)
32
         end
32
         end
33
       end
33
       end

Loading…
取消
儲存