percy / percy-capybara

Visual testing for Capybara with Percy.
https://docs.percy.io/docs/capybara
MIT License
45 stars 23 forks source link

Fix double-slash bug when baseurl is set to /. #27

Closed fotinakis closed 7 years ago

fotinakis commented 7 years ago

In the filesystem loader, if baseurl was set to / or had a trailing slash like /url-prefix/, it would create URLs like /url-prefix//index.html which would break rendering. This fixes that bug.

fotinakis commented 7 years ago

Added tests for base_url variants, will merge after tests pass.