Skip to content

Commit

Permalink
Remove long too files from spec
Browse files Browse the repository at this point in the history
  • Loading branch information
panaak authored and pietromenna committed Nov 28, 2017
1 parent 399e815 commit 8c2912e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions spec/lib/client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,7 @@
'/commons/thumb/c/c9/Edsger_Dijkstra_1994.jpg/200px-Edsger_Dijkstra_1994.jpg',
'/commons/thumb/d/d9/Edsger_Wybe_Dijkstra.jpg/200px-Edsger_Wybe_Dijkstra.jpg',
'/commons/thumb/0/00/Complex-adaptive-system.jpg/200px-Complex-adaptive-system.jpg',
'/en/thumb/4/4d/Centrum-wiskunde-informatica-logo.png/200px-Centrum-wiskunde-informatica-logo.png',
'/commons/thumb/7/7b/An_illustration_of_the_dining_philosophers_problem.png/200px-An_illustration_of_the_dining_philosophers_problem.png',
'/commons/thumb/3/37/Detail_of_a_1Kb_ferrite_core_RAM-module_of_an_1960s_Electrologica_X1_computer.jpg/200px-Detail_of_a_1Kb_ferrite_core_RAM-module_of_an_1960s_Electrologica_X1_computer.jpg'
'/en/thumb/4/4d/Centrum-wiskunde-informatica-logo.png/200px-Centrum-wiskunde-informatica-logo.png'
].each do |image|
expect(@page.image_thumburls).to include('https://upload.wikimedia.org/wikipedia' + image)
end
Expand All @@ -179,9 +177,7 @@
'/commons/thumb/c/c9/Edsger_Dijkstra_1994.jpg/100px-Edsger_Dijkstra_1994.jpg',
'/commons/thumb/d/d9/Edsger_Wybe_Dijkstra.jpg/100px-Edsger_Wybe_Dijkstra.jpg',
'/commons/thumb/0/00/Complex-adaptive-system.jpg/100px-Complex-adaptive-system.jpg',
'/en/thumb/4/4d/Centrum-wiskunde-informatica-logo.png/100px-Centrum-wiskunde-informatica-logo.png',
'/commons/thumb/7/7b/An_illustration_of_the_dining_philosophers_problem.png/100px-An_illustration_of_the_dining_philosophers_problem.png',
'/commons/thumb/3/37/Detail_of_a_1Kb_ferrite_core_RAM-module_of_an_1960s_Electrologica_X1_computer.jpg/100px-Detail_of_a_1Kb_ferrite_core_RAM-module_of_an_1960s_Electrologica_X1_computer.jpg'
'/en/thumb/4/4d/Centrum-wiskunde-informatica-logo.png/100px-Centrum-wiskunde-informatica-logo.png'
].each do |image|
expect(@page.image_thumburls(100)).to include('https://upload.wikimedia.org/wikipedia' + image)
end
Expand Down

0 comments on commit 8c2912e

Please sign in to comment.