capybara-screenshot 1.0.19 → 1.0.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/capybara-screenshot/rspec.rb +1 -1
- data/lib/capybara-screenshot/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b4528fe18542217f5e612e18079cf7064306e55
|
4
|
+
data.tar.gz: bb49b402ac3866551d08ff84ae679a5d013bad99
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82f8f3aa1001acf169c44f38920299737d88880eec9cf18406af1ae66d3c47fdbf22ac161f14ab77b3e2853bc0658888ea10e26d092ef22d097185af735a6b31
|
7
|
+
data.tar.gz: ed3f9b017ea19ecd45ea0ab168a68f05d709f636e9b11b4cc6272c895b28165d30044a122945665a5ddcd7671bff28a01c1acde706fdb291df10620be1aee3ba
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
03 May 2018 - 1.0.19 -> 1.0.20
|
2
|
+
|
3
|
+
* [Bug fix: Only take screenshots for feature tests](https://github.com/mattheworiordan/capybara-screenshot/pull/223)
|
4
|
+
|
1
5
|
10 April 2018 - 1.0.18 -> 1.0.19
|
2
6
|
|
3
7
|
* Big thanks for [Geremia Taglialatela](https://github.com/tagliala) for [padding Capybara 3 support and fixing the builds](https://github.com/mattheworiordan/capybara-screenshot/pull/230)
|
@@ -90,7 +90,7 @@ RSpec.configure do |config|
|
|
90
90
|
Capybara::Screenshot.final_session_name = nil
|
91
91
|
end
|
92
92
|
|
93
|
-
config.after do |example_from_block_arg|
|
93
|
+
config.after(type: :feature) do |example_from_block_arg|
|
94
94
|
# RSpec 3 no longer defines `example`, but passes the example as block argument instead
|
95
95
|
example = config.respond_to?(:expose_current_running_example_as) ? example_from_block_arg : self.example
|
96
96
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capybara-screenshot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew O'Riordan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04
|
11
|
+
date: 2018-05-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capybara
|