tracks/test/controllers
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 move tests to new directory 2013-05-11 23:13:16 +02:00
calendar_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
context_actions_data_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
contexts_controller_test.rb Update assert_select for Nokogiri compatibility 2016-05-22 21:59:44 -04:00
data_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
feedlist_controller_test.rb Update assert_select for Nokogiri compatibility 2016-05-22 21:59:44 -04:00
integrations_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
login_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
mailgun_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
message_gateway_test.rb enhance MessageGateway to save email as attachment 2015-08-05 16:05:56 +02:00
notes_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
preferences_controller_test.rb Fix #1722 2015-02-22 18:54:24 +00:00
projects_controller_test.rb Update assert_select for Nokogiri compatibility 2016-05-22 21:59:44 -04:00
recurring_todos_controller_test.rb This fixes failing tests when the timezone is different than utc 2015-08-05 11:50:33 +02:00
search_controller_test.rb Simplify requiring of test helpers 2014-05-16 18:03:13 -04:00
stats_controller_test.rb This fixes failing tests when the timezone is different than utc 2015-08-05 11:50:33 +02:00
todos_controller_test.rb Update assert_select for Nokogiri compatibility 2016-05-22 21:59:44 -04:00
users_controller_test.rb Remove support for deprecated password-hashing algorithm 2014-11-15 10:28:29 -05:00