1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
Commit graph

12 commits

Author SHA1 Message Date
Thomas Walpole
555b7b8d63 Prefer match? over match when captures not needed 2019-04-19 09:18:13 -07:00
Thomas Walpole
f6b2f3adf0 Code cleanup and enable line length cop 2018-11-03 13:03:48 -07:00
Thomas Walpole
0c43bfbd3c Change #text to be closer to what a browser displays 2018-03-12 09:51:47 -07:00
Thomas Walpole
a0f913be7d Capybara::Helpers keyword args 2018-02-27 18:22:14 -08:00
Thomas Walpole
dfaf958ea7 more code cleanup 2018-01-15 14:02:20 -08:00
Thomas Walpole
24eb7a0702 rubocop driven style cleanup 2018-01-09 16:01:47 -08:00
Thomas Walpole
e68051f6ac Rubocop driven cleanup 2018-01-08 14:39:56 -08:00
Thomas Walpole
aa73e3a94d Parameter cleanup 2018-01-03 09:04:12 -08:00
Thomas Walpole
8f5f55af89 Fix Ruby warnings during tests 2017-05-31 17:52:11 -07:00
Thomas Walpole
e85cce5778 Support easier full text matching 2016-12-23 12:28:25 -08:00
Thomas Walpole
07e7777425 frozen literal magic comment 2016-03-07 16:52:19 -08: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