Skip to content

Commit

Permalink
Merge pull request #623 from sparklemotion/flavorjones-fix-require-order
Browse files Browse the repository at this point in the history
ci: test_mechanize_page_link requires nokogiri before using it
  • Loading branch information
flavorjones committed Sep 16, 2023
2 parents 4c82b11 + 37785c0 commit 119d13e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_mechanize_page_link.rb
@@ -1,9 +1,9 @@
# coding: utf-8

puts "Nokogiri::VERSION_INFO: #{Nokogiri::VERSION_INFO}"

require 'mechanize/test_case'

puts "Nokogiri::VERSION_INFO: #{Nokogiri::VERSION_INFO}"

class TestMechanizePageLink < Mechanize::TestCase

WINDOWS_1255 = <<-HTML
Expand Down

0 comments on commit 119d13e

Please sign in to comment.