[ 源代码: ruby-rails-dom-testing ]
软件包:ruby-rails-dom-testing(2.0.3-3)
ruby-rails-dom-testing 的相关链接
Debian 的资源:
下载源码包 ruby-rails-dom-testing:
- [ruby-rails-dom-testing_2.0.3-3.dsc]
- [ruby-rails-dom-testing_2.0.3.orig.tar.gz]
- [ruby-rails-dom-testing_2.0.3-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
SOM and Selector assertions for Rails applications
This package provides test assertions for dealing with HTML content. DOM trees can be tested using `assert_dom_equal` and `assert_dom_not_equal`, and HTML elements can be tested using `assert_select`, `assert_select_encoded`, `assert_select_email`, and selected with `css_select`.
其他与 ruby-rails-dom-testing 有关的软件包
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-activesupport (>= 2:4.2.0)
- collection of utility classes used by the Rails framework
-
- dep: ruby-nokogiri (>= 1.6.0)
- HTML, XML, SAX, and Reader parser for Ruby
-
- dep: ruby-rails-deprecated-sanitizer (>= 1.0.1)
- HTML sanitizer API extracted from Action View