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
@@ -1,33 +0,0 @@
1
- require 'simplecov' unless RUBY_VERSION.to_s < '1.9.0'
2
-
3
- require "#{File.dirname(__FILE__)}/../lib/cucumber_analytics"
4
-
5
- require "#{File.dirname(__FILE__)}/unit/feature_element_unit_specs"
6
- require "#{File.dirname(__FILE__)}/unit/nested_element_unit_specs"
7
- require "#{File.dirname(__FILE__)}/unit/tagged_element_unit_specs"
8
- require "#{File.dirname(__FILE__)}/unit/containing_element_unit_specs"
9
- require "#{File.dirname(__FILE__)}/unit/bare_bones_unit_specs"
10
- require "#{File.dirname(__FILE__)}/unit/test_element_unit_specs"
11
- require "#{File.dirname(__FILE__)}/unit/prepopulated_unit_specs"
12
- require "#{File.dirname(__FILE__)}/unit/sourced_element_unit_specs"
13
- require "#{File.dirname(__FILE__)}/unit/raw_element_unit_specs"
14
-
15
-
16
- DEFAULT_FEATURE_FILE_NAME = 'test_feature.feature'
17
- DEFAULT_FILE_DIRECTORY = "#{File.dirname(__FILE__)}/temp_files"
18
-
19
-
20
- RSpec.configure do |config|
21
- config.before(:all) do
22
- @default_feature_file_name = DEFAULT_FEATURE_FILE_NAME
23
- @default_file_directory = DEFAULT_FILE_DIRECTORY
24
- end
25
-
26
- config.before(:each) do
27
- FileUtils.mkdir(@default_file_directory)
28
- end
29
-
30
- config.after(:each) do
31
- FileUtils.remove_dir(@default_file_directory, true)
32
- end
33
- end