capybara-select-2 0.4.0 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +11 -1
- data/lib/capybara_select2/helpers.rb +1 -0
- data/lib/capybara_select2/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 165b231b0ff7239500ceb337abd3dcfe52b8a91323eb23b04f75c0ba64485329
|
|
4
|
+
data.tar.gz: 7252719bd5bc70206761cdb1750a0c574b47b9499015192e5895986f13328296
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2202e416f831a57ff18a3b38af90689375dd7fe87af7452cd8200452a5d868d0c4dea511c66da50ed374f73d5547443c58ead839afc6cc9b86e0321392130a35
|
|
7
|
+
data.tar.gz: 66b3cb1a83f8e3437dc7c357fc6366c237951408379ada92382772ed44bf6db052c525b41752524f9386293b50ffa0448f80900ae4b5154b9a402af8c713503e
|
data/README.md
CHANGED
|
@@ -23,7 +23,17 @@ Or install it yourself as:
|
|
|
23
23
|
|
|
24
24
|
$ gem install capybara-select-2
|
|
25
25
|
|
|
26
|
-
[Note] In the projects which use RSpec or Cucumber `select2` helper is available out of the box
|
|
26
|
+
[Note] In the projects which use RSpec or Cucumber, the `select2` helper is available out of the box
|
|
27
|
+
|
|
28
|
+
### Manual installation with Minitest
|
|
29
|
+
|
|
30
|
+
In your application_system_test_case.rb
|
|
31
|
+
|
|
32
|
+
```ruby
|
|
33
|
+
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
|
|
34
|
+
include CapybaraSelect2::Helpers
|
|
35
|
+
end
|
|
36
|
+
```
|
|
27
37
|
|
|
28
38
|
### Manual installation with Rspec
|
|
29
39
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capybara-select-2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dzmitry Kavalionak
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-05-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|