Commit Graph

9 Commits

Author SHA1 Message Date
Thomas Walpole f26351c0f2 scope addressable 2016-01-27 15:01:33 -08:00
Thomas Walpole b6f4aaa32f allow for more versions of addressable 2016-01-27 14:20:47 -08:00
Jorge Bejar 2e2290a225 Require addressable gem in CurrentPathQuery
The following commit used Addressable to normalize path comparisons:

d6a824c00e

However, it's causing a NameError if the addressable gem is not loaded,
so we're requiring it in this specific location.
2016-01-27 11:38:16 -08:00
Thomas Walpole d6a824c00e Use Addressable in current path matcher to normalize comparisons - Fix #1611 2016-01-17 14:25:00 -08:00
Thomas Walpole 0be39e3719 current_path matcher 2015-08-25 10:58:17 -07:00
Akira Matsuda 8f43c71e78 "warning: instance variable @type not initialized" 2015-07-21 17:26:34 +09:00
Thomas Walpole bc47af003e raise error when invalid options are passed to have_text/have_content - Fixes issue #1549 2015-07-16 10:46:44 -07:00
Thomas Walpole 5b6d65feae rename default_wait_time to default_max_wait_time - Issue #1442 2015-04-23 10:18:16 -07:00
Andrey Botalov 06c4955e56 Use diffferent queries for searching
* Add assert_text, assert_no_text, assert_title, assert_no_title
* Refactor query resolving
* Improve failure messages for have_text, have_title RSpec matchers (they will be the same as for added assert_* methods)
* Add Simple#inspect
2014-07-01 23:13:45 +03:00