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

18 commits

Author SHA1 Message Date
Thomas Walpole
9856938e59 Minor code cleanup 2021-10-23 22:17:35 -07:00
Thomas Walpole
cd199105ea Fix miscellaneous new Rubocop issues 2019-10-15 18:06:45 -07:00
Thomas Walpole
d6f570ea19
Split selector definition and configured selector (#2178)
* Split selector definition and configured selector
2019-04-22 17:43:02 -07:00
Thomas Walpole
08e0f610ec Prefer match? when match data not needed 2019-04-04 17:42:10 -07:00
Thomas Walpole
a68a663e94 Remove support for ruby 2.3 2019-03-25 11:24:15 -07:00
Thomas Walpole
5a1b681253 Prefer String#<< over += when possible 2018-11-19 15:44:51 -08:00
Thomas Walpole
f6b2f3adf0 Code cleanup and enable line length cop 2018-11-03 13:03:48 -07:00
Thomas Walpole
edc8a25f0b Call to_s on expression passed to CSS::split - Issue #2093 2018-09-04 08:53:35 -07:00
Thomas Walpole
2f8f15e11e minor cleanup/improve some variable names 2018-08-21 10:21:24 -07:00
Thomas Walpole
e320f5d7fc style updates 2018-07-16 15:04:52 -07:00
Thomas Walpole
f140cd3374 When splitting CSS only split on relevant commas 2018-06-05 11:20:12 -07:00
Thomas Walpole
baabfa5d67 Require minimum of Ruby 2.3.0 2018-05-14 13:17:06 -07:00
Thomas Walpole
526a2a98ea Fix spec files naming and add missing pragmas 2018-04-18 13:45:35 -07:00
Thomas Walpole
dfaf958ea7 more code cleanup 2018-01-15 14:02:20 -08:00
Thomas Walpole
f7607ba9c3 Update click with key tests for OSX and Chrome 2018-01-12 11:31:03 -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
b160533d5b Move :id and :class options to SelectorQuery and add some tests 2016-09-22 17:13:48 -07:00