capybara-bootstrap-datepicker 0.0.8 → 0.0.9
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 619fa46bebfc704db2c86b6d049078073dae8364
|
|
4
|
+
data.tar.gz: c79c6e0342a20b5f774c4a7c718d4fe029fa00e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb65bd9d7e6c99e02220bff0375f274b340e9878cda6523ffa66f705e2ff28f9efca5adf9b8b7c9ae2f41bcc4949d0333b56eb981ed21a4853956c52a8b47fb7
|
|
7
|
+
data.tar.gz: 9f7e7167d4e9d9fd58832d3669ac844087953bcb89267686bfd7f9459e4003e4c8c12aa832d954ce7a197bd64f4c80678d57710b40a710e0def264082c080fe4
|
|
@@ -58,7 +58,7 @@ module Capybara
|
|
|
58
58
|
and not(contains(concat(' ', @class, ' '), ' new '))
|
|
59
59
|
and normalize-space(text())='#{value.day}']
|
|
60
60
|
eos
|
|
61
|
-
picker_days.find(:xpath, day_xpath).
|
|
61
|
+
picker_days.find(:xpath, day_xpath).click
|
|
62
62
|
|
|
63
63
|
fail if Date.parse(date_input.value) != value
|
|
64
64
|
# fail unless page.has_no_css? '.datepicker'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capybara-bootstrap-datepicker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- François Vantomme
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
150
150
|
version: '0'
|
|
151
151
|
requirements: []
|
|
152
152
|
rubyforge_project:
|
|
153
|
-
rubygems_version: 2.
|
|
153
|
+
rubygems_version: 2.4.5
|
|
154
154
|
signing_key:
|
|
155
155
|
specification_version: 4
|
|
156
156
|
summary: Helper for triggering date input for bootstrap-datepicker javascript library
|