moto 0.9.8 → 0.9.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/test/base.rb +1 -1
  3. data/lib/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4ef934e2b438cf5e2a119fe709bade5d043ce709
4
- data.tar.gz: 41073a6ea3741f99551376d070a191a91eaf5201
3
+ metadata.gz: abde3c35db82b304df03f9cbbbca625f56b05e79
4
+ data.tar.gz: 2f7dd9a4b43582d7d94520a2570be59bb7c6fcd6
5
5
  SHA512:
6
- metadata.gz: c0e424998b989a0f26c90061a96f0e88339b68028ea0122c10474093b2e4fc05761d8335f59488dfcce11f568355e041cd19662591b7126650c7db9e02a59c15
7
- data.tar.gz: 86e0d059dee16099fabc3b3412cb5c643dd5f66308bfd3d4cb601ee0f1df97135b9af6b5487209d9d3dab5678abdbbf30ab64126115d786292879fc31e4e0dc7
6
+ metadata.gz: 3e4eed9c90ebb3ffc62e4fad7e52df2572e58abd4dbb9e8c826b3314373a817824b2275c9143bcbacab27c907fa916d3c7fbe9010f80501fb3a519e475151f4c
7
+ data.tar.gz: 192690e0a2306bf2548505242b9926ec8efbcae8c48ca2798728ad53b4495cb59a0d0fe42e4282c4bf6de53d56c16514bb548f0dfce9c4fb264418bae3d3a7d4
@@ -38,7 +38,7 @@ module Moto
38
38
  @status = Moto::Test::Status.new
39
39
  @status.name = @name
40
40
  @status.test_class_name = self.class.name
41
- @status.display_name = @status.test_class_name.split('::')[2..-2].join('::')
41
+ @status.display_name = @status.test_class_name.split('::')[2..-2].join(' > ')
42
42
  @status.display_name += "_#{@params_path.split('/')[-1].chomp('.param')}" if @params_path
43
43
  @status.env = Moto::Lib::Config.environment
44
44
  end
@@ -1,3 +1,3 @@
1
1
  module Moto
2
- VERSION = '0.9.8'
2
+ VERSION = '0.9.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.8
4
+ version: 0.9.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bartek Wilczek
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-02-28 00:00:00.000000000 Z
14
+ date: 2017-04-25 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport
@@ -134,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
134
  version: '0'
135
135
  requirements: []
136
136
  rubyforge_project:
137
- rubygems_version: 2.6.7
137
+ rubygems_version: 2.5.2
138
138
  signing_key:
139
139
  specification_version: 4
140
140
  summary: Moto - yet another web testing framework