Meta checker

Check your meta!

Description

  1. git clone git@github.com:netology-group/meta_checker.git && cd meta_checker
  2. Edit spec/requests/main_spec.rb:
  • configure path_to_sitemap (url or local file - see examples)
  • set array of required metatags with name attribute - required_meta_names
  • set array of required metatags with property attribute - require_meta_properties
  1. Run main spec:
$ bundle
$ rspec
  1. Optionally you can comment out useless it blocks
  2. To collect specs data run command:
$ rspec > specs_output