Sha256: a1988ca3ba425f6547303b1f52e7b05064c47778fc350b459e028864cebf63f9

Contents?: true

Size: 668 Bytes

Versions: 4

Compression:

Stored size: 668 Bytes

Contents

Feature: Infinity test Heuristics
  In order to add or remove the paths to monitoring
  As a user
  I want to add/remove my own patterns to monitoring changes

  Scenario: Show the default patterns to RubyGems
    When I run "ruby ../../bin/infinity_test --heuristics --rubygems --rspec"
    Then the output should contain:
    """
	- "^lib/*/(.*).rb"
	- "^spec/*/(.*)_spec.rb"
	- "^spec/*/spec_helper.rb"
	"""

  Scenario: Show the default patterns to RubyGems
    When I run "ruby ../../bin/infinity_test --heuristics --rubygems --test-unit"
    Then the output should contain:
    """
	- "^lib/*/(.*).rb"
	- "^test/*/(.*)_test.rb"
	- "^test/*/test_helper.rb"
	"""

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
infinity_test-1.0.3 features/heuristics.feature
infinity_test-1.0.2 features/heuristics.feature
infinity_test-1.0.1 features/heuristics.feature
infinity_test-1.0.0 features/heuristics.feature