sw2at-capybara 0.0.3 → 0.0.4

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: 38a6cb7cfe558fa94a1658c1259c6cba185cf30e
4
- data.tar.gz: ddeb05e519afe2f1d30e27ae8100e17c6ff6f5f8
3
+ metadata.gz: 639bbf983958f021844a6bad9890e6f6051940b3
4
+ data.tar.gz: 8cbb6ab6da153e8d4a8ec272e870233fc008f819
5
5
  SHA512:
6
- metadata.gz: 849596d3a0ef435f75bb5452cd3bf021485f94e9b6fdd16f71a39a41644fb04623ddb899d75e3c9e5394e6dbf324267b51a0bea00e68ef79e4d5e0695f2762ec
7
- data.tar.gz: 9b9732b1750c00813c740be93112ab1bc47fdeabb3711c231aaabc782bc6f79b8479cbd41855d7442382b00be825d9ed812a33940e630878ee83986f63200945
6
+ metadata.gz: 09d5c10f89756434495f1aa96f86ced04ca8c0b9296f6c8bcd198ab1904087e67ea0ef90b732c2c45d579b0adecc81c9fa598d4943c3f9cadacca4113ab14f03
7
+ data.tar.gz: cc8d1ea29f2c86e1906d24ee5717402036aa3f96e87fca60bbf7f12c59b115e683e35bfd389e15338b41f6818dc4d0deac3771acc0fcaeee95538a0d57dfa706
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
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
 
@@ -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.3 ruby lib
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.3"
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-26"
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.3
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-26 00:00:00.000000000 Z
11
+ date: 2015-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec