Class: InfinityTest::TestLibrary::Cucumber
- Inherits:
-
InfinityTest::TestFramework
- Object
- InfinityTest::TestFramework
- InfinityTest::TestLibrary::Cucumber
- Includes:
- HeuristicsHelper
- Defined in:
- lib/infinity_test/test_library/cucumber.rb
Instance Attribute Summary
Attributes inherited from InfinityTest::TestFramework
#application, #message, #rubies, #specific_options, #test_pattern
Instance Method Summary collapse
- #add_heuristics! ⇒ Object
-
#initialize ⇒ Cucumber
constructor
A new instance of Cucumber.
Methods included from HeuristicsHelper
Methods inherited from InfinityTest::TestFramework
#all_files, create_accessors, #create_pattern_instance_variables, #decide_files, parse_results, #test_files, #test_message
Methods included from Builder
#construct_command, #construct_commands, #resolve_options, #run_with_bundler!, #run_without_bundler!
Methods included from Environment
Methods included from BinaryPath
#have_binary?, included, #print_message, #rvm_bin_path, #search_binary
Constructor Details
#initialize ⇒ Cucumber
Returns a new instance of Cucumber.
8 9 10 |
# File 'lib/infinity_test/test_library/cucumber.rb', line 8 def initialize add_heuristics! end |
Instance Method Details
#add_heuristics! ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/infinity_test/test_library/cucumber.rb', line 12 def add_heuristics! heuristics do add("^features/*/*feature") do run :all => :tests, :in_dir => :steps_definitions end end end |