minitest-capybara 0.7.1 → 0.7.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/CHANGELOG.md +3 -0
- data/VERSION +1 -1
- data/lib/capybara/assertions.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86376b532c4569b87464a8ceb3591ad7468d2216
|
|
4
|
+
data.tar.gz: e4f06509913e792d39154d661436d208cf6bddfe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9950cb467f45b29d1d8a26a77ae2d7eb465036085712c1b77f6c9da2a63bea530dc6571bb74f46e4e3464a97d25fc517369f2c3d61e99fe04cec0ce570fc7bd7
|
|
7
|
+
data.tar.gz: cbc086315dc445afc1e8ba7929b7772c521de79cb17ee4f02c981ba9d43862031964b32424f05ac1bbcc4b545308a71fb64e56841137ab29ab12073b49a0202b
|
data/CHANGELOG.md
ADDED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.7.
|
|
1
|
+
0.7.2
|
data/lib/capybara/assertions.rb
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module Capybara
|
|
2
2
|
module Assertions
|
|
3
3
|
def self.included(base)
|
|
4
|
-
raise "Make sure to include Capybara::
|
|
4
|
+
raise "Make sure to include Capybara::Assertions after Capybara::DSL" unless base < Capybara::DSL
|
|
5
5
|
end
|
|
6
6
|
|
|
7
7
|
def assert_text(*args)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minitest-capybara
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Wojciech Mach
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capybara
|
|
@@ -61,6 +61,7 @@ extra_rdoc_files: []
|
|
|
61
61
|
files:
|
|
62
62
|
- ".gitignore"
|
|
63
63
|
- ".travis.yml"
|
|
64
|
+
- CHANGELOG.md
|
|
64
65
|
- Gemfile
|
|
65
66
|
- LICENSE.txt
|
|
66
67
|
- README.md
|
|
@@ -104,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
104
105
|
version: '0'
|
|
105
106
|
requirements: []
|
|
106
107
|
rubyforge_project: minitest-capybara
|
|
107
|
-
rubygems_version: 2.
|
|
108
|
+
rubygems_version: 2.4.7
|
|
108
109
|
signing_key:
|
|
109
110
|
specification_version: 4
|
|
110
111
|
summary: Capybara matchers support for minitest unit and spec
|