Skip to content

Instantly share code, notes, and snippets.

@attilagyorffy
Last active January 24, 2016 12:24
Show Gist options
  • Save attilagyorffy/f770b701e17935883583 to your computer and use it in GitHub Desktop.
Save attilagyorffy/f770b701e17935883583 to your computer and use it in GitHub Desktop.
Configuring BeValidAsset to use a local HTML5 validator
# in spec/support/be_valid_asset.rb
BeValidAsset::Configuration.markup_validator_host = 'http://192.168.99.100:32770'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment