Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Commit

Permalink
Specify the actual XML URL
Browse files Browse the repository at this point in the history
Seems better to be precise, will prevent confusing specs down the line.
  • Loading branch information
ibrahima committed Sep 18, 2018
1 parent df4938c commit 8ba261c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/google_code_parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
case uri.to_s
when 'https://chromedriver.storage.googleapis.com/LATEST_RELEASE'
StringIO.new("2.42")
else
when "https://chromedriver.storage.googleapis.com"
File.read(File.join(File.dirname(__FILE__), "assets/google-code-bucket.xml"))
end
end
Expand Down

0 comments on commit 8ba261c

Please sign in to comment.