0.0
No commit activity in last 3 years
No release in over 3 years
HTML entity matchers for RSpec
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme
HtmlMatchers
============

This Rails plugin provides a layer of abstraction on top of Rspec for testing
HTML contents.

It depends on Rspec and Hpricot: rspec, and rspec-rails because enhancing them
is the whole point of this plugin, and Hpricot because I find it so much more
capable, and faster than the assert_select that is built into Rails.

Using from Cucumber
===================

Add require 'cucumber/rails/rspec' to features/support/env.rb.

This is important, so that rspec matchers are in play.


Example
=======

Example goes here.


Copyright (c) 2008 [name of plugin creator], released under the MIT license