Files
Patrik Bóna d4dd8cdf10 Add possibility to test HTML attribute selectors
Previously it wasn't possible to test something like this:

```
assert_select_jquery :remove, "[data-placeholder~=name]"
```

This commit fixes it by escaping `[` and `]` characters in the selector.
2016-11-02 14:17:26 +01:00
..
2015-04-23 03:40:47 +03:00