cucumber_analytics 1.5.2 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. checksums.yaml +7 -0
  2. data/.simplecov +1 -2
  3. data/.travis.yml +12 -0
  4. data/Gemfile +21 -1
  5. data/{History.rdoc → History.md} +26 -21
  6. data/{README.rdoc → README.md} +37 -27
  7. data/Rakefile +15 -2
  8. data/cucumber_analytics.gemspec +7 -6
  9. data/lib/cucumber_analytics/version.rb +1 -1
  10. data/{features → testing/cucumber/features}/analysis/directory_collection.feature +0 -0
  11. data/{features → testing/cucumber/features}/analysis/feature_collection.feature +0 -0
  12. data/{features → testing/cucumber/features}/analysis/feature_file_collection.feature +0 -0
  13. data/{features → testing/cucumber/features}/analysis/step_collection.feature +0 -0
  14. data/{features → testing/cucumber/features}/analysis/tag_collection.feature +0 -0
  15. data/{features → testing/cucumber/features}/analysis/test_collection.feature +0 -0
  16. data/{features → testing/cucumber/features}/analysis/test_comparison.feature +0 -0
  17. data/{features → testing/cucumber/features}/analysis/test_manipulation.feature +0 -0
  18. data/{features → testing/cucumber/features}/modeling/background_modeling.feature +0 -0
  19. data/{features → testing/cucumber/features}/modeling/background_output.feature +0 -0
  20. data/{features → testing/cucumber/features}/modeling/directory_modeling.feature +0 -0
  21. data/{features → testing/cucumber/features}/modeling/directory_output.feature +0 -0
  22. data/{features → testing/cucumber/features}/modeling/doc_string_modeling.feature +0 -0
  23. data/{features → testing/cucumber/features}/modeling/doc_string_output.feature +0 -0
  24. data/{features → testing/cucumber/features}/modeling/example_modeling.feature +0 -0
  25. data/{features → testing/cucumber/features}/modeling/example_output.feature +0 -0
  26. data/{features → testing/cucumber/features}/modeling/feature_file_modeling.feature +0 -0
  27. data/{features → testing/cucumber/features}/modeling/feature_file_output.feature +0 -0
  28. data/{features → testing/cucumber/features}/modeling/feature_modeling.feature +0 -0
  29. data/{features → testing/cucumber/features}/modeling/feature_output.feature +0 -0
  30. data/{features → testing/cucumber/features}/modeling/outline_modeling.feature +0 -0
  31. data/{features → testing/cucumber/features}/modeling/outline_output.feature +0 -0
  32. data/{features → testing/cucumber/features}/modeling/row_modeling.feature +0 -0
  33. data/{features → testing/cucumber/features}/modeling/row_output.feature +0 -0
  34. data/{features → testing/cucumber/features}/modeling/scenario_modeling.feature +0 -0
  35. data/{features → testing/cucumber/features}/modeling/scenario_output.feature +0 -0
  36. data/{features → testing/cucumber/features}/modeling/step_modeling.feature +0 -0
  37. data/{features → testing/cucumber/features}/modeling/step_output.feature +0 -0
  38. data/{features → testing/cucumber/features}/modeling/table_modeling.feature +0 -0
  39. data/{features → testing/cucumber/features}/modeling/table_output.feature +0 -0
  40. data/{features → testing/cucumber/features}/modeling/table_row_modeling.feature +0 -0
  41. data/{features → testing/cucumber/features}/modeling/table_row_output.feature +0 -0
  42. data/{features → testing/cucumber/features}/modeling/tag_modeling.feature +0 -0
  43. data/{features → testing/cucumber/features}/modeling/tag_output.feature +0 -0
  44. data/{features → testing/cucumber}/step_definitions/action_steps.rb +0 -0
  45. data/{features → testing/cucumber}/step_definitions/background_steps.rb +0 -0
  46. data/{features → testing/cucumber}/step_definitions/directory_steps.rb +0 -0
  47. data/{features → testing/cucumber}/step_definitions/doc_string_steps.rb +0 -0
  48. data/{features → testing/cucumber}/step_definitions/feature_file_steps.rb +0 -0
  49. data/{features → testing/cucumber}/step_definitions/feature_steps.rb +0 -0
  50. data/{features → testing/cucumber}/step_definitions/outline_steps.rb +0 -0
  51. data/{features → testing/cucumber}/step_definitions/setup_steps.rb +0 -0
  52. data/{features → testing/cucumber}/step_definitions/step_steps.rb +0 -0
  53. data/{features → testing/cucumber}/step_definitions/table_steps.rb +0 -0
  54. data/{features → testing/cucumber}/step_definitions/tag_steps.rb +0 -0
  55. data/{features → testing/cucumber}/step_definitions/test_steps.rb +0 -0
  56. data/{features → testing/cucumber}/step_definitions/verification_steps.rb +0 -0
  57. data/{features → testing/cucumber}/step_definitions/world_steps.rb +0 -0
  58. data/{features → testing/cucumber}/support/env.rb +6 -4
  59. data/{features → testing/cucumber}/support/transforms.rb +0 -0
  60. data/{spec → testing/rspec/spec}/integration/background_integration_spec.rb +1 -1
  61. data/{spec → testing/rspec/spec}/integration/directory_integration_spec.rb +1 -1
  62. data/{spec → testing/rspec/spec}/integration/doc_string_integration_spec.rb +1 -1
  63. data/{spec → testing/rspec/spec}/integration/example_integration_spec.rb +1 -1
  64. data/{spec → testing/rspec/spec}/integration/feature_file_integration_spec.rb +1 -1
  65. data/{spec → testing/rspec/spec}/integration/feature_integration_spec.rb +1 -1
  66. data/{spec → testing/rspec/spec}/integration/outline_integration_spec.rb +1 -1
  67. data/{spec → testing/rspec/spec}/integration/scenario_integration_spec.rb +1 -1
  68. data/{spec → testing/rspec/spec}/integration/step_integration_spec.rb +1 -1
  69. data/{spec → testing/rspec/spec}/integration/table_integration_spec.rb +1 -1
  70. data/{spec → testing/rspec/spec}/integration/table_row_integration_spec.rb +1 -1
  71. data/{spec → testing/rspec/spec}/integration/tag_integration_spec.rb +1 -1
  72. data/{spec → testing/rspec/spec}/integration/world_integration_spec.rb +1 -1
  73. data/testing/rspec/spec/spec_helper.rb +37 -0
  74. data/{spec → testing/rspec/spec}/unit/background_unit_spec.rb +1 -1
  75. data/{spec → testing/rspec/spec}/unit/bare_bones_unit_specs.rb +1 -1
  76. data/{spec → testing/rspec/spec}/unit/containing_element_unit_specs.rb +1 -1
  77. data/{spec → testing/rspec/spec}/unit/directory_unit_spec.rb +1 -1
  78. data/{spec → testing/rspec/spec}/unit/doc_string_unit_spec.rb +1 -1
  79. data/{spec → testing/rspec/spec}/unit/example_unit_spec.rb +1 -1
  80. data/{spec → testing/rspec/spec}/unit/feature_element_unit_spec.rb +1 -1
  81. data/{spec → testing/rspec/spec}/unit/feature_element_unit_specs.rb +1 -1
  82. data/{spec → testing/rspec/spec}/unit/feature_file_unit_spec.rb +1 -1
  83. data/{spec → testing/rspec/spec}/unit/feature_unit_spec.rb +1 -1
  84. data/{spec → testing/rspec/spec}/unit/nested_element_unit_specs.rb +1 -1
  85. data/{spec → testing/rspec/spec}/unit/nested_unit_spec.rb +1 -1
  86. data/{spec → testing/rspec/spec}/unit/outline_unit_spec.rb +1 -1
  87. data/{spec → testing/rspec/spec}/unit/parsing_unit_spec.rb +1 -1
  88. data/{spec → testing/rspec/spec}/unit/prepopulated_unit_specs.rb +1 -1
  89. data/{spec → testing/rspec/spec}/unit/raw_element_unit_specs.rb +1 -1
  90. data/{spec → testing/rspec/spec}/unit/raw_unit_spec.rb +1 -1
  91. data/{spec → testing/rspec/spec}/unit/row_unit_spec.rb +1 -1
  92. data/{spec → testing/rspec/spec}/unit/scenario_unit_spec.rb +1 -1
  93. data/{spec → testing/rspec/spec}/unit/sourceable_unit_spec.rb +1 -1
  94. data/{spec → testing/rspec/spec}/unit/sourced_element_unit_specs.rb +1 -1
  95. data/{spec → testing/rspec/spec}/unit/step_unit_spec.rb +1 -1
  96. data/{spec → testing/rspec/spec}/unit/table_row_unit_spec.rb +1 -1
  97. data/{spec → testing/rspec/spec}/unit/table_unit_spec.rb +1 -1
  98. data/{spec → testing/rspec/spec}/unit/tag_unit_spec.rb +1 -1
  99. data/{spec → testing/rspec/spec}/unit/taggable_unit_spec.rb +1 -1
  100. data/{spec → testing/rspec/spec}/unit/tagged_element_unit_specs.rb +1 -1
  101. data/{spec → testing/rspec/spec}/unit/test_element_unit_spec.rb +1 -1
  102. data/{spec → testing/rspec/spec}/unit/test_element_unit_specs.rb +1 -1
  103. data/{spec → testing/rspec/spec}/unit/world_unit_spec.rb +1 -1
  104. metadata +146 -250
  105. data/spec/spec_helper.rb +0 -33
@@ -6,16 +6,18 @@ end
6
6
  require 'test/unit/assertions'
7
7
  include Test::Unit::Assertions
8
8
 
9
- require File.dirname(__FILE__) + '/../../lib/cucumber_analytics'
9
+ # Ruby 1.8.x seems to have trouble if relative paths get too nested, so resolving the path before using it here
10
+ this_dir = File.expand_path(File.dirname(__FILE__))
11
+ require "#{this_dir}/../../../lib/cucumber_analytics"
10
12
 
11
13
 
12
14
  DEFAULT_FEATURE_FILE_NAME = 'test_feature.feature'
13
15
  DEFAULT_STEP_FILE_NAME = 'test_steps.rb'
14
- DEFAULT_FILE_DIRECTORY = "#{File.dirname(__FILE__)}/../temp_files"
15
- TEST_FILE_DIRECTORY = "#{File.dirname(__FILE__)}/../test_files"
16
+ DEFAULT_FILE_DIRECTORY = "#{this_dir}/../temp_files"
17
+ TEST_FILE_DIRECTORY = "#{this_dir}/../test_files"
16
18
  TEST_STEP_FILE_LOCATION = "#{DEFAULT_FILE_DIRECTORY}/#{DEFAULT_STEP_FILE_NAME}"
17
19
 
18
- SPEC_DIRECTORY = "#{File.dirname(__FILE__)}/../../spec"
20
+ SPEC_DIRECTORY = "#{this_dir}/../../spec"
19
21
 
20
22
 
21
23
  Before do
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Background') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Directory') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('DocString') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Example') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('FeatureFile') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Feature') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Outline') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Scenario') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Step') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Table') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('TableRow') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Tag') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('World') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -0,0 +1,37 @@
1
+ require 'simplecov' unless RUBY_VERSION.to_s < '1.9.0'
2
+
3
+ # Ruby 1.8.x seems to have trouble if relative paths get too nested, so resolving the path before using it here
4
+ this_dir = File.expand_path(File.dirname(__FILE__))
5
+ require "#{this_dir}/../../../lib/cucumber_analytics"
6
+
7
+ require "#{this_dir}/unit/feature_element_unit_specs"
8
+ require "#{this_dir}/unit/nested_element_unit_specs"
9
+ require "#{this_dir}/unit/tagged_element_unit_specs"
10
+ require "#{this_dir}/unit/containing_element_unit_specs"
11
+ require "#{this_dir}/unit/bare_bones_unit_specs"
12
+ require "#{this_dir}/unit/test_element_unit_specs"
13
+ require "#{this_dir}/unit/prepopulated_unit_specs"
14
+ require "#{this_dir}/unit/sourced_element_unit_specs"
15
+ require "#{this_dir}/unit/raw_element_unit_specs"
16
+
17
+
18
+ DEFAULT_FEATURE_FILE_NAME = 'test_feature.feature'
19
+ DEFAULT_FILE_DIRECTORY = "#{this_dir}/temp_files"
20
+
21
+
22
+ RSpec.configure do |config|
23
+ config.before(:all) do
24
+ @default_feature_file_name = DEFAULT_FEATURE_FILE_NAME
25
+ @default_file_directory = DEFAULT_FILE_DIRECTORY
26
+ end
27
+
28
+ config.before(:each) do
29
+ FileUtils.remove_dir(@default_file_directory, true) if File.exists?(@default_file_directory)
30
+
31
+ FileUtils.mkdir(@default_file_directory)
32
+ end
33
+
34
+ config.after(:each) do
35
+ FileUtils.remove_dir(@default_file_directory, true)
36
+ end
37
+ end
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Background') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  shared_examples_for 'a bare bones element' do |clazz|
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  shared_examples_for 'a containing element' do |clazz|
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Directory') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('DocString') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Example') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('FeatureElement') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  shared_examples_for 'a feature element' do |clazz|
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('FeatureFile') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Feature') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  shared_examples_for 'a nested element' do |clazz|
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Nested') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Outline') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Parsing') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  shared_examples_for 'a prepopulated element' do |clazz|
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  shared_examples_for 'a raw element' do |clazz|
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Raw') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Row') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Scenario') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Sourceable') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  shared_examples_for 'a sourced element' do |clazz|
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Step') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('TableRow') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Table') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Tag') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('Taggable') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  shared_examples_for 'a tagged element' do |clazz|
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('TestElement') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  shared_examples_for 'a test element' do |clazz|
4
4
 
@@ -1,4 +1,4 @@
1
- require 'spec_helper'
1
+ require "#{File.dirname(__FILE__)}/../spec_helper"
2
2
 
3
3
  SimpleCov.command_name('World') unless RUBY_VERSION.to_s < '1.9.0'
4
4
 
metadata CHANGED
@@ -1,148 +1,139 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber_analytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
5
- prerelease:
4
+ version: 1.6.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Eric Kessler
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2016-01-22 00:00:00.000000000 Z
11
+ date: 2016-10-20 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: gherkin
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - "<"
20
18
  - !ruby/object:Gem::Version
21
- version: '0'
19
+ version: '3.0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - "<"
28
25
  - !ruby/object:Gem::Version
29
- version: '0'
26
+ version: '3.0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: json
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ~>
31
+ - - "~>"
36
32
  - !ruby/object:Gem::Version
37
33
  version: '1.0'
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ~>
38
+ - - "~>"
44
39
  - !ruby/object:Gem::Version
45
40
  version: '1.0'
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: multi_json
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - ~>
45
+ - - "~>"
52
46
  - !ruby/object:Gem::Version
53
47
  version: '1.0'
54
48
  type: :runtime
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - ~>
52
+ - - "~>"
60
53
  - !ruby/object:Gem::Version
61
54
  version: '1.0'
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: rake
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
- - - ! '>='
59
+ - - "<"
68
60
  - !ruby/object:Gem::Version
69
- version: '0'
61
+ version: 12.0.0
70
62
  type: :development
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
- - - ! '>='
66
+ - - "<"
76
67
  - !ruby/object:Gem::Version
77
- version: '0'
68
+ version: 12.0.0
78
69
  - !ruby/object:Gem::Dependency
79
70
  name: cucumber
80
71
  requirement: !ruby/object:Gem::Requirement
81
- none: false
82
72
  requirements:
83
- - - ! '>='
73
+ - - "<"
84
74
  - !ruby/object:Gem::Version
85
- version: '0'
75
+ version: 3.0.0
86
76
  type: :development
87
77
  prerelease: false
88
78
  version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
79
  requirements:
91
- - - ! '>='
80
+ - - "<"
92
81
  - !ruby/object:Gem::Version
93
- version: '0'
82
+ version: 3.0.0
94
83
  - !ruby/object:Gem::Dependency
95
84
  name: rspec
96
85
  requirement: !ruby/object:Gem::Requirement
97
- none: false
98
86
  requirements:
99
- - - ! '>='
87
+ - - "~>"
100
88
  - !ruby/object:Gem::Version
101
- version: '0'
89
+ version: '3.0'
102
90
  type: :development
103
91
  prerelease: false
104
92
  version_requirements: !ruby/object:Gem::Requirement
105
- none: false
106
93
  requirements:
107
- - - ! '>='
94
+ - - "~>"
108
95
  - !ruby/object:Gem::Version
109
- version: '0'
96
+ version: '3.0'
110
97
  - !ruby/object:Gem::Dependency
111
98
  name: simplecov
112
99
  requirement: !ruby/object:Gem::Requirement
113
- none: false
114
100
  requirements:
115
- - - ! '>='
101
+ - - "<"
116
102
  - !ruby/object:Gem::Version
117
- version: '0'
103
+ version: 1.0.0
118
104
  type: :development
119
105
  prerelease: false
120
106
  version_requirements: !ruby/object:Gem::Requirement
121
- none: false
122
107
  requirements:
123
- - - ! '>='
108
+ - - "<"
124
109
  - !ruby/object:Gem::Version
125
- version: '0'
110
+ version: 1.0.0
126
111
  - !ruby/object:Gem::Dependency
127
112
  name: racatt
128
113
  requirement: !ruby/object:Gem::Requirement
129
- none: false
130
114
  requirements:
131
- - - ! '>='
115
+ - - "~>"
132
116
  - !ruby/object:Gem::Version
133
- version: 0.0.3
134
- - - <
117
+ version: '1.0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '1.0'
125
+ - !ruby/object:Gem::Dependency
126
+ name: coveralls
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "<"
135
130
  - !ruby/object:Gem::Version
136
131
  version: 1.0.0
137
132
  type: :development
138
133
  prerelease: false
139
134
  version_requirements: !ruby/object:Gem::Requirement
140
- none: false
141
135
  requirements:
142
- - - ! '>='
143
- - !ruby/object:Gem::Version
144
- version: 0.0.3
145
- - - <
136
+ - - "<"
146
137
  - !ruby/object:Gem::Version
147
138
  version: 1.0.0
148
139
  description: Static analysis of Cucumber tests made easy.
@@ -152,64 +143,15 @@ executables: []
152
143
  extensions: []
153
144
  extra_rdoc_files: []
154
145
  files:
155
- - .gitignore
156
- - .simplecov
146
+ - ".gitignore"
147
+ - ".simplecov"
148
+ - ".travis.yml"
157
149
  - Gemfile
158
- - History.rdoc
150
+ - History.md
159
151
  - LICENSE
160
- - README.rdoc
152
+ - README.md
161
153
  - Rakefile
162
154
  - cucumber_analytics.gemspec
163
- - features/analysis/directory_collection.feature
164
- - features/analysis/feature_collection.feature
165
- - features/analysis/feature_file_collection.feature
166
- - features/analysis/step_collection.feature
167
- - features/analysis/tag_collection.feature
168
- - features/analysis/test_collection.feature
169
- - features/analysis/test_comparison.feature
170
- - features/analysis/test_manipulation.feature
171
- - features/modeling/background_modeling.feature
172
- - features/modeling/background_output.feature
173
- - features/modeling/directory_modeling.feature
174
- - features/modeling/directory_output.feature
175
- - features/modeling/doc_string_modeling.feature
176
- - features/modeling/doc_string_output.feature
177
- - features/modeling/example_modeling.feature
178
- - features/modeling/example_output.feature
179
- - features/modeling/feature_file_modeling.feature
180
- - features/modeling/feature_file_output.feature
181
- - features/modeling/feature_modeling.feature
182
- - features/modeling/feature_output.feature
183
- - features/modeling/outline_modeling.feature
184
- - features/modeling/outline_output.feature
185
- - features/modeling/row_modeling.feature
186
- - features/modeling/row_output.feature
187
- - features/modeling/scenario_modeling.feature
188
- - features/modeling/scenario_output.feature
189
- - features/modeling/step_modeling.feature
190
- - features/modeling/step_output.feature
191
- - features/modeling/table_modeling.feature
192
- - features/modeling/table_output.feature
193
- - features/modeling/table_row_modeling.feature
194
- - features/modeling/table_row_output.feature
195
- - features/modeling/tag_modeling.feature
196
- - features/modeling/tag_output.feature
197
- - features/step_definitions/action_steps.rb
198
- - features/step_definitions/background_steps.rb
199
- - features/step_definitions/directory_steps.rb
200
- - features/step_definitions/doc_string_steps.rb
201
- - features/step_definitions/feature_file_steps.rb
202
- - features/step_definitions/feature_steps.rb
203
- - features/step_definitions/outline_steps.rb
204
- - features/step_definitions/setup_steps.rb
205
- - features/step_definitions/step_steps.rb
206
- - features/step_definitions/table_steps.rb
207
- - features/step_definitions/tag_steps.rb
208
- - features/step_definitions/test_steps.rb
209
- - features/step_definitions/verification_steps.rb
210
- - features/step_definitions/world_steps.rb
211
- - features/support/env.rb
212
- - features/support/transforms.rb
213
155
  - lib/cucumber_analytics.rb
214
156
  - lib/cucumber_analytics/background.rb
215
157
  - lib/cucumber_analytics/containing.rb
@@ -234,169 +176,123 @@ files:
234
176
  - lib/cucumber_analytics/test_element.rb
235
177
  - lib/cucumber_analytics/version.rb
236
178
  - lib/cucumber_analytics/world.rb
237
- - spec/integration/background_integration_spec.rb
238
- - spec/integration/directory_integration_spec.rb
239
- - spec/integration/doc_string_integration_spec.rb
240
- - spec/integration/example_integration_spec.rb
241
- - spec/integration/feature_file_integration_spec.rb
242
- - spec/integration/feature_integration_spec.rb
243
- - spec/integration/outline_integration_spec.rb
244
- - spec/integration/scenario_integration_spec.rb
245
- - spec/integration/step_integration_spec.rb
246
- - spec/integration/table_integration_spec.rb
247
- - spec/integration/table_row_integration_spec.rb
248
- - spec/integration/tag_integration_spec.rb
249
- - spec/integration/world_integration_spec.rb
250
- - spec/spec_helper.rb
251
- - spec/unit/background_unit_spec.rb
252
- - spec/unit/bare_bones_unit_specs.rb
253
- - spec/unit/containing_element_unit_specs.rb
254
- - spec/unit/directory_unit_spec.rb
255
- - spec/unit/doc_string_unit_spec.rb
256
- - spec/unit/example_unit_spec.rb
257
- - spec/unit/feature_element_unit_spec.rb
258
- - spec/unit/feature_element_unit_specs.rb
259
- - spec/unit/feature_file_unit_spec.rb
260
- - spec/unit/feature_unit_spec.rb
261
- - spec/unit/nested_element_unit_specs.rb
262
- - spec/unit/nested_unit_spec.rb
263
- - spec/unit/outline_unit_spec.rb
264
- - spec/unit/parsing_unit_spec.rb
265
- - spec/unit/prepopulated_unit_specs.rb
266
- - spec/unit/raw_element_unit_specs.rb
267
- - spec/unit/raw_unit_spec.rb
268
- - spec/unit/row_unit_spec.rb
269
- - spec/unit/scenario_unit_spec.rb
270
- - spec/unit/sourceable_unit_spec.rb
271
- - spec/unit/sourced_element_unit_specs.rb
272
- - spec/unit/step_unit_spec.rb
273
- - spec/unit/table_row_unit_spec.rb
274
- - spec/unit/table_unit_spec.rb
275
- - spec/unit/tag_unit_spec.rb
276
- - spec/unit/taggable_unit_spec.rb
277
- - spec/unit/tagged_element_unit_specs.rb
278
- - spec/unit/test_element_unit_spec.rb
279
- - spec/unit/test_element_unit_specs.rb
280
- - spec/unit/world_unit_spec.rb
179
+ - testing/cucumber/features/analysis/directory_collection.feature
180
+ - testing/cucumber/features/analysis/feature_collection.feature
181
+ - testing/cucumber/features/analysis/feature_file_collection.feature
182
+ - testing/cucumber/features/analysis/step_collection.feature
183
+ - testing/cucumber/features/analysis/tag_collection.feature
184
+ - testing/cucumber/features/analysis/test_collection.feature
185
+ - testing/cucumber/features/analysis/test_comparison.feature
186
+ - testing/cucumber/features/analysis/test_manipulation.feature
187
+ - testing/cucumber/features/modeling/background_modeling.feature
188
+ - testing/cucumber/features/modeling/background_output.feature
189
+ - testing/cucumber/features/modeling/directory_modeling.feature
190
+ - testing/cucumber/features/modeling/directory_output.feature
191
+ - testing/cucumber/features/modeling/doc_string_modeling.feature
192
+ - testing/cucumber/features/modeling/doc_string_output.feature
193
+ - testing/cucumber/features/modeling/example_modeling.feature
194
+ - testing/cucumber/features/modeling/example_output.feature
195
+ - testing/cucumber/features/modeling/feature_file_modeling.feature
196
+ - testing/cucumber/features/modeling/feature_file_output.feature
197
+ - testing/cucumber/features/modeling/feature_modeling.feature
198
+ - testing/cucumber/features/modeling/feature_output.feature
199
+ - testing/cucumber/features/modeling/outline_modeling.feature
200
+ - testing/cucumber/features/modeling/outline_output.feature
201
+ - testing/cucumber/features/modeling/row_modeling.feature
202
+ - testing/cucumber/features/modeling/row_output.feature
203
+ - testing/cucumber/features/modeling/scenario_modeling.feature
204
+ - testing/cucumber/features/modeling/scenario_output.feature
205
+ - testing/cucumber/features/modeling/step_modeling.feature
206
+ - testing/cucumber/features/modeling/step_output.feature
207
+ - testing/cucumber/features/modeling/table_modeling.feature
208
+ - testing/cucumber/features/modeling/table_output.feature
209
+ - testing/cucumber/features/modeling/table_row_modeling.feature
210
+ - testing/cucumber/features/modeling/table_row_output.feature
211
+ - testing/cucumber/features/modeling/tag_modeling.feature
212
+ - testing/cucumber/features/modeling/tag_output.feature
213
+ - testing/cucumber/step_definitions/action_steps.rb
214
+ - testing/cucumber/step_definitions/background_steps.rb
215
+ - testing/cucumber/step_definitions/directory_steps.rb
216
+ - testing/cucumber/step_definitions/doc_string_steps.rb
217
+ - testing/cucumber/step_definitions/feature_file_steps.rb
218
+ - testing/cucumber/step_definitions/feature_steps.rb
219
+ - testing/cucumber/step_definitions/outline_steps.rb
220
+ - testing/cucumber/step_definitions/setup_steps.rb
221
+ - testing/cucumber/step_definitions/step_steps.rb
222
+ - testing/cucumber/step_definitions/table_steps.rb
223
+ - testing/cucumber/step_definitions/tag_steps.rb
224
+ - testing/cucumber/step_definitions/test_steps.rb
225
+ - testing/cucumber/step_definitions/verification_steps.rb
226
+ - testing/cucumber/step_definitions/world_steps.rb
227
+ - testing/cucumber/support/env.rb
228
+ - testing/cucumber/support/transforms.rb
229
+ - testing/rspec/spec/integration/background_integration_spec.rb
230
+ - testing/rspec/spec/integration/directory_integration_spec.rb
231
+ - testing/rspec/spec/integration/doc_string_integration_spec.rb
232
+ - testing/rspec/spec/integration/example_integration_spec.rb
233
+ - testing/rspec/spec/integration/feature_file_integration_spec.rb
234
+ - testing/rspec/spec/integration/feature_integration_spec.rb
235
+ - testing/rspec/spec/integration/outline_integration_spec.rb
236
+ - testing/rspec/spec/integration/scenario_integration_spec.rb
237
+ - testing/rspec/spec/integration/step_integration_spec.rb
238
+ - testing/rspec/spec/integration/table_integration_spec.rb
239
+ - testing/rspec/spec/integration/table_row_integration_spec.rb
240
+ - testing/rspec/spec/integration/tag_integration_spec.rb
241
+ - testing/rspec/spec/integration/world_integration_spec.rb
242
+ - testing/rspec/spec/spec_helper.rb
243
+ - testing/rspec/spec/unit/background_unit_spec.rb
244
+ - testing/rspec/spec/unit/bare_bones_unit_specs.rb
245
+ - testing/rspec/spec/unit/containing_element_unit_specs.rb
246
+ - testing/rspec/spec/unit/directory_unit_spec.rb
247
+ - testing/rspec/spec/unit/doc_string_unit_spec.rb
248
+ - testing/rspec/spec/unit/example_unit_spec.rb
249
+ - testing/rspec/spec/unit/feature_element_unit_spec.rb
250
+ - testing/rspec/spec/unit/feature_element_unit_specs.rb
251
+ - testing/rspec/spec/unit/feature_file_unit_spec.rb
252
+ - testing/rspec/spec/unit/feature_unit_spec.rb
253
+ - testing/rspec/spec/unit/nested_element_unit_specs.rb
254
+ - testing/rspec/spec/unit/nested_unit_spec.rb
255
+ - testing/rspec/spec/unit/outline_unit_spec.rb
256
+ - testing/rspec/spec/unit/parsing_unit_spec.rb
257
+ - testing/rspec/spec/unit/prepopulated_unit_specs.rb
258
+ - testing/rspec/spec/unit/raw_element_unit_specs.rb
259
+ - testing/rspec/spec/unit/raw_unit_spec.rb
260
+ - testing/rspec/spec/unit/row_unit_spec.rb
261
+ - testing/rspec/spec/unit/scenario_unit_spec.rb
262
+ - testing/rspec/spec/unit/sourceable_unit_spec.rb
263
+ - testing/rspec/spec/unit/sourced_element_unit_specs.rb
264
+ - testing/rspec/spec/unit/step_unit_spec.rb
265
+ - testing/rspec/spec/unit/table_row_unit_spec.rb
266
+ - testing/rspec/spec/unit/table_unit_spec.rb
267
+ - testing/rspec/spec/unit/tag_unit_spec.rb
268
+ - testing/rspec/spec/unit/taggable_unit_spec.rb
269
+ - testing/rspec/spec/unit/tagged_element_unit_specs.rb
270
+ - testing/rspec/spec/unit/test_element_unit_spec.rb
271
+ - testing/rspec/spec/unit/test_element_unit_specs.rb
272
+ - testing/rspec/spec/unit/world_unit_spec.rb
281
273
  homepage: https://github.com/enkessler/cucumber_analytics
282
274
  licenses:
283
275
  - MIT
276
+ metadata: {}
284
277
  post_install_message:
285
278
  rdoc_options: []
286
279
  require_paths:
287
280
  - lib
288
281
  required_ruby_version: !ruby/object:Gem::Requirement
289
- none: false
290
282
  requirements:
291
- - - ! '>='
283
+ - - ">="
292
284
  - !ruby/object:Gem::Version
293
285
  version: '0'
294
286
  required_rubygems_version: !ruby/object:Gem::Requirement
295
- none: false
296
287
  requirements:
297
- - - ! '>='
288
+ - - ">="
298
289
  - !ruby/object:Gem::Version
299
290
  version: '0'
300
291
  requirements: []
301
292
  rubyforge_project:
302
- rubygems_version: 1.8.29
293
+ rubygems_version: 2.6.7
303
294
  signing_key:
304
- specification_version: 3
295
+ specification_version: 4
305
296
  summary: This gem provides an API to programmatically break down Cucumber feature
306
297
  files so that they can be inspected and analyzed in a straightforward manner.
307
- test_files:
308
- - features/analysis/directory_collection.feature
309
- - features/analysis/feature_collection.feature
310
- - features/analysis/feature_file_collection.feature
311
- - features/analysis/step_collection.feature
312
- - features/analysis/tag_collection.feature
313
- - features/analysis/test_collection.feature
314
- - features/analysis/test_comparison.feature
315
- - features/analysis/test_manipulation.feature
316
- - features/modeling/background_modeling.feature
317
- - features/modeling/background_output.feature
318
- - features/modeling/directory_modeling.feature
319
- - features/modeling/directory_output.feature
320
- - features/modeling/doc_string_modeling.feature
321
- - features/modeling/doc_string_output.feature
322
- - features/modeling/example_modeling.feature
323
- - features/modeling/example_output.feature
324
- - features/modeling/feature_file_modeling.feature
325
- - features/modeling/feature_file_output.feature
326
- - features/modeling/feature_modeling.feature
327
- - features/modeling/feature_output.feature
328
- - features/modeling/outline_modeling.feature
329
- - features/modeling/outline_output.feature
330
- - features/modeling/row_modeling.feature
331
- - features/modeling/row_output.feature
332
- - features/modeling/scenario_modeling.feature
333
- - features/modeling/scenario_output.feature
334
- - features/modeling/step_modeling.feature
335
- - features/modeling/step_output.feature
336
- - features/modeling/table_modeling.feature
337
- - features/modeling/table_output.feature
338
- - features/modeling/table_row_modeling.feature
339
- - features/modeling/table_row_output.feature
340
- - features/modeling/tag_modeling.feature
341
- - features/modeling/tag_output.feature
342
- - features/step_definitions/action_steps.rb
343
- - features/step_definitions/background_steps.rb
344
- - features/step_definitions/directory_steps.rb
345
- - features/step_definitions/doc_string_steps.rb
346
- - features/step_definitions/feature_file_steps.rb
347
- - features/step_definitions/feature_steps.rb
348
- - features/step_definitions/outline_steps.rb
349
- - features/step_definitions/setup_steps.rb
350
- - features/step_definitions/step_steps.rb
351
- - features/step_definitions/table_steps.rb
352
- - features/step_definitions/tag_steps.rb
353
- - features/step_definitions/test_steps.rb
354
- - features/step_definitions/verification_steps.rb
355
- - features/step_definitions/world_steps.rb
356
- - features/support/env.rb
357
- - features/support/transforms.rb
358
- - spec/integration/background_integration_spec.rb
359
- - spec/integration/directory_integration_spec.rb
360
- - spec/integration/doc_string_integration_spec.rb
361
- - spec/integration/example_integration_spec.rb
362
- - spec/integration/feature_file_integration_spec.rb
363
- - spec/integration/feature_integration_spec.rb
364
- - spec/integration/outline_integration_spec.rb
365
- - spec/integration/scenario_integration_spec.rb
366
- - spec/integration/step_integration_spec.rb
367
- - spec/integration/table_integration_spec.rb
368
- - spec/integration/table_row_integration_spec.rb
369
- - spec/integration/tag_integration_spec.rb
370
- - spec/integration/world_integration_spec.rb
371
- - spec/spec_helper.rb
372
- - spec/unit/background_unit_spec.rb
373
- - spec/unit/bare_bones_unit_specs.rb
374
- - spec/unit/containing_element_unit_specs.rb
375
- - spec/unit/directory_unit_spec.rb
376
- - spec/unit/doc_string_unit_spec.rb
377
- - spec/unit/example_unit_spec.rb
378
- - spec/unit/feature_element_unit_spec.rb
379
- - spec/unit/feature_element_unit_specs.rb
380
- - spec/unit/feature_file_unit_spec.rb
381
- - spec/unit/feature_unit_spec.rb
382
- - spec/unit/nested_element_unit_specs.rb
383
- - spec/unit/nested_unit_spec.rb
384
- - spec/unit/outline_unit_spec.rb
385
- - spec/unit/parsing_unit_spec.rb
386
- - spec/unit/prepopulated_unit_specs.rb
387
- - spec/unit/raw_element_unit_specs.rb
388
- - spec/unit/raw_unit_spec.rb
389
- - spec/unit/row_unit_spec.rb
390
- - spec/unit/scenario_unit_spec.rb
391
- - spec/unit/sourceable_unit_spec.rb
392
- - spec/unit/sourced_element_unit_specs.rb
393
- - spec/unit/step_unit_spec.rb
394
- - spec/unit/table_row_unit_spec.rb
395
- - spec/unit/table_unit_spec.rb
396
- - spec/unit/tag_unit_spec.rb
397
- - spec/unit/taggable_unit_spec.rb
398
- - spec/unit/tagged_element_unit_specs.rb
399
- - spec/unit/test_element_unit_spec.rb
400
- - spec/unit/test_element_unit_specs.rb
401
- - spec/unit/world_unit_spec.rb
402
- has_rdoc:
298
+ test_files: []