Skip to content

Commit

Permalink
Make tests work on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
roscopeco committed Apr 20, 2017
1 parent fd02907 commit 6ab360d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
end
require 'fileutils'

$TEST_URL = "file://#{URI.escape(File.expand_path(__FILE__).tr('\\','/').tr(':','|'))}"
$TEST_URL = "file://#{URI.escape(File.expand_path(__FILE__).tr('\\','/'))}"

require 'thread'
require 'webrick'
Expand Down

0 comments on commit 6ab360d

Please sign in to comment.