tracks/test/integration
Dan Rice 689db4c9c3 Update assert_select for Nokogiri compatibility
assert_select has been moved into the rails-dom-testing gem and is now
based on Nokogiri.

* Remove assert_tag and assert_xml_select
* Quote CSS attribute selector values
* Use decoded versions of HTML in assert_select. Nokogiri decodes
  elements prior to matching.
* Add a test helper for entities such as ` ` for which it's
  difficult or confusing to include the decoded version directly in the
  assertion.
* Assert directly on Atom feeds' XML namespace because it isn't
  selectable as an attribute
2016-05-22 21:59:44 -04:00
..
.gitkeep initial upgrade to rails 3.2.3 2012-04-30 13:56:33 +02:00
context_xml_api_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
feed_smoke_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
project_xml_api_test.rb Update assert_select for Nokogiri compatibility 2016-05-22 21:59:44 -04:00
recurring_todos_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
stories_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
todo_xml_api_test.rb Update assert_select for Nokogiri compatibility 2016-05-22 21:59:44 -04:00
users_xml_api_test.rb Update assert_select for Nokogiri compatibility 2016-05-22 21:59:44 -04:00