-
Name
-
rspec-html-matchers
-
Version
-
0.6.1
-
Platform
-
ruby
-
Authors
-
kucaahbe
-
Bindir
-
bin
-
Date
-
2014-06-10 00:00:00 UTC
-
Dependencies
-
rspec (~> 3)
nokogiri (~> 1)
simplecov (~> 0, development)
cucumber (~> 1, development)
capybara (~> 2, development)
selenium-webdriver (~> 2, development)
sinatra (~> 1, development)
rake (~> 10, development)
travis-lint (~> 1, development)
debugger (~> 1, development)
-
Description
-
Nokogiri based 'have_tag' and 'with_tag' matchers for rspec 2.x.x. Does not depend on assert_select matcher, provides useful error messages.
-
Email
-
kucaahbe@ukr.net
-
Extra rdoc files
-
README.md
CHANGELOG.md
-
Files
-
CHANGELOG.md
README.md
features/js_generated_content.feature
features/step_definitions/steps.rb
features/support/env.rb
lib/rspec-html-matchers.rb
spec/fixtures/form.html
spec/fixtures/ordered_list.html
spec/fixtures/paragraphs.html
spec/fixtures/quotes.html
spec/fixtures/search_and_submit.html
spec/fixtures/single_element.html
spec/fixtures/special.html
spec/form_matchers_spec.rb
spec/have_tag_spec.rb
spec/spec_helper.rb
spec/support/asset_helpers.rb
spec/support/raise_spec_error_helper.rb
-
Homepage
-
http://github.com/kucaahbe/rspec-html-matchers
-
Licenses
-
MIT
-
Post install message
-
Support for rspec "should" syntax removed,
please use new "expect" syntax instead (see README on github for examples).
More info on "expect" syntax: https://github.com/rspec/rspec-expectations#rspec-expectations--
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubyforge project
-
rspec-html-matchers
-
Rubygems version
-
2.0.3
-
Specification version
-
4
-
Summary
-
Nokogiri based 'have_tag' and 'with_tag' matchers for rspec 2.x.x
-
Test files
-
spec/spec_helper.rb
spec/fixtures/special.html
spec/fixtures/paragraphs.html
spec/fixtures/single_element.html
spec/fixtures/ordered_list.html
spec/fixtures/quotes.html
spec/fixtures/form.html
spec/fixtures/search_and_submit.html
spec/have_tag_spec.rb
spec/form_matchers_spec.rb
spec/support/asset_helpers.rb
spec/support/raise_spec_error_helper.rb
features/js_generated_content.feature
features/step_definitions/steps.rb
features/support/env.rb
-
Original platform
-
ruby
-
New platform
-
ruby