Procházet zdrojové kódy

Fix for updated vlv header

master
Dylan Baker před 8 měsíci
rodič
revize
1fd64ecb2e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      spec/fetcher_spec.rb

+ 1
- 1
spec/fetcher_spec.rb Zobrazit soubor

@@ -27,7 +27,7 @@ RSpec.describe Fetcher do
27 27
         result = subject.page(0)
28 28
         aggregate_failures do
29 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 31
           expect(result.css('.even, .odd').length).to eq(110)
32 32
         end
33 33
       end

Načítá se…
Zrušit
Uložit