sw2at-capybara 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/swat/capybara/rspec_setup.rb +1 -1
- data/sw2at-capybara.gemspec +3 -3
- 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: 639bbf983958f021844a6bad9890e6f6051940b3
|
4
|
+
data.tar.gz: 8cbb6ab6da153e8d4a8ec272e870233fc008f819
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 09d5c10f89756434495f1aa96f86ced04ca8c0b9296f6c8bcd198ab1904087e67ea0ef90b732c2c45d579b0adecc81c9fa598d4943c3f9cadacca4113ab14f03
|
7
|
+
data.tar.gz: cc8d1ea29f2c86e1906d24ee5717402036aa3f96e87fca60bbf7f12c59b115e683e35bfd389e15338b41f6818dc4d0deac3771acc0fcaeee95538a0d57dfa706
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.4
|
@@ -34,7 +34,7 @@ STM
|
|
34
34
|
|
35
35
|
def example_started(notification)
|
36
36
|
@started = Time.now
|
37
|
-
example_type = notification.example.metadata[:type].to_s.upcase
|
37
|
+
example_type = (notification.example.metadata[:type] || 'test').to_s.upcase
|
38
38
|
@swat_logger.puts "\n[#{example_type}] #{notification.example.description}".yellow
|
39
39
|
end
|
40
40
|
|
data/sw2at-capybara.gemspec
CHANGED
@@ -2,16 +2,16 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: sw2at-capybara 0.0.
|
5
|
+
# stub: sw2at-capybara 0.0.4 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "sw2at-capybara"
|
9
|
-
s.version = "0.0.
|
9
|
+
s.version = "0.0.4"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
13
13
|
s.authors = ["Vitaly Tarasenko"]
|
14
|
-
s.date = "2015-06-
|
14
|
+
s.date = "2015-06-30"
|
15
15
|
s.description = " Gem helps to create capybara tests for pages with a very dynamic content. "
|
16
16
|
s.email = "vetal.tarasenko@gmail.com"
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sw2at-capybara
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vitaly Tarasenko
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-06-
|
11
|
+
date: 2015-06-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|