Extends Nokogiri with useful methods.
Installing gem
Add to your Gemfile:
gem 'nokogiri-tools', '~> 1.0'Running Tests
Install bundler:
gem install bundlerInstall dependencies:
cd nokogiri-tools && bundleRun tests:
cd nokogiri-tools && bundle exec rake test