Changeset [9fe869fcce215aa39903946fe901acec22e5f0a9] by Simon Chiang
September 18th, 2008 @ 08:51 AM
Major refactoring of test modules: Methods is now Test http://github.com/bahuvrihi/tap/...
Committed by Simon Chiang
- M lib/tap/generator/generators/root/templates/test/tap_test_suite.rb
- M lib/tap/spec.rb
- M lib/tap/spec/file_methods.rb
- M lib/tap/spec/file_methods_class.rb
- M lib/tap/spec/file_spec.rb
- M lib/tap/spec/file_spec_class.rb
- M lib/tap/spec/subset_methods.rb
- M lib/tap/spec/subset_spec.rb
- M lib/tap/test.rb
- M lib/tap/test/assertions.rb
- M lib/tap/test/file_methods.rb
- M lib/tap/test/file_methods_class.rb
- M lib/tap/test/file_test.rb
- M lib/tap/test/file_test_class.rb
- M lib/tap/test/regexp_escape.rb
- M lib/tap/test/script_methods.rb
- M lib/tap/test/script_methods/regexp_escape.rb
- M lib/tap/test/script_methods/script_test.rb
- M lib/tap/test/script_test.rb
- M lib/tap/test/script_tester.rb
- M lib/tap/test/subset_methods.rb
- M lib/tap/test/subset_methods_class.rb
- M lib/tap/test/subset_test.rb
- M lib/tap/test/subset_test_class.rb
- M lib/tap/test/tap_methods.rb
- M lib/tap/test/tap_test.rb
- M specs/test/file_methods/should_allow_no_expected_files_when_specified/input/one.txt
- M specs/test/file_methods/should_allow_no_expected_files_when_specified/input/two.txt
- M specs/test/file_methods/should_compare_transformed_inputs_to_expected/expected/one.txt
- M specs/test/file_methods/should_compare_transformed_inputs_to_expected/expected/two.txt
- M specs/test/file_methods/should_compare_transformed_inputs_to_expected/input/one.txt
- M specs/test/file_methods/should_compare_transformed_inputs_to_expected/input/two.txt
- M specs/test/file_methods/should_compare_transformed_inputs_to_expected/output/one.txt
- M specs/test/file_methods/should_compare_transformed_inputs_to_expected/output/two.txt
- M specs/test/file_methods/should_fail_for_different_content/expected/one.txt
- M specs/test/file_methods/should_fail_for_different_content/expected/two.txt
- M specs/test/file_methods/should_fail_for_different_content/input/one.txt
- M specs/test/file_methods/should_fail_for_different_content/input/two.txt
- M specs/test/file_methods/should_fail_for_different_content/output/one.txt
- M specs/test/file_methods/should_fail_for_different_content/output/two.txt
- M specs/test/file_methods/should_fail_for_missing_expected_file/expected/one.txt
- M specs/test/file_methods/should_fail_for_missing_expected_file/input/one.txt
- M specs/test/file_methods/should_fail_for_missing_expected_file/input/two.txt
- M specs/test/file_methods/should_fail_for_missing_expected_file/output/one.txt
- M specs/test/file_methods/should_fail_for_missing_expected_file/output/two.txt
- M specs/test/file_methods/should_fail_for_missing_output_file/expected/one.txt
- M specs/test/file_methods/should_fail_for_missing_output_file/expected/two.txt
- M specs/test/file_methods/should_fail_for_missing_output_file/input/one.txt
- M specs/test/file_methods/should_fail_for_missing_output_file/input/two.txt
- M specs/test/file_methods/should_fail_for_missing_output_file/output/one.txt
- M specs/test/file_methods/should_fail_for_missing_output_file/output/two.txt
- M specs/test/file_methods/should_fail_for_no_expected_files/input/one.txt
- M specs/test/file_methods/should_fail_for_no_expected_files/input/two.txt
- M specs/test/file_methods/should_translate_reference_files_when_specified/expected/one.txt
- M specs/test/file_methods/should_translate_reference_files_when_specified/expected/two.txt
- M specs/test/file_methods/should_translate_reference_files_when_specified/output/one.txt
- M specs/test/file_methods/should_translate_reference_files_when_specified/output/two.txt
- M specs/test/file_methods/should_translate_reference_files_when_specified/ref/one.txt
- M specs/test/file_methods/should_translate_reference_files_when_specified/ref/two.txt
- M specs/test/file_methods_spec.rb
- M specs/test/file_spec/should_allow_no_expected_files_when_specified/input/one.txt
- M specs/test/file_spec/should_allow_no_expected_files_when_specified/input/two.txt
- M specs/test/file_spec/should_compare_transformed_inputs_to_expected/expected/one.txt
- M specs/test/file_spec/should_compare_transformed_inputs_to_expected/expected/two.txt
- M specs/test/file_spec/should_compare_transformed_inputs_to_expected/input/one.txt
- M specs/test/file_spec/should_compare_transformed_inputs_to_expected/input/two.txt
- M specs/test/file_spec/should_compare_transformed_inputs_to_expected/output/one.txt
- M specs/test/file_spec/should_compare_transformed_inputs_to_expected/output/two.txt
- M specs/test/file_spec/should_fail_for_different_content/expected/one.txt
- M specs/test/file_spec/should_fail_for_different_content/expected/two.txt
- M specs/test/file_spec/should_fail_for_different_content/input/one.txt
- M specs/test/file_spec/should_fail_for_different_content/input/two.txt
- M specs/test/file_spec/should_fail_for_different_content/output/one.txt
- M specs/test/file_spec/should_fail_for_different_content/output/two.txt
- M specs/test/file_spec/should_fail_for_missing_expected_file/expected/one.txt
- M specs/test/file_spec/should_fail_for_missing_expected_file/input/one.txt
- M specs/test/file_spec/should_fail_for_missing_expected_file/input/two.txt
- M specs/test/file_spec/should_fail_for_missing_expected_file/output/one.txt
- M specs/test/file_spec/should_fail_for_missing_expected_file/output/two.txt
- M specs/test/file_spec/should_fail_for_missing_output_file/expected/one.txt
- M specs/test/file_spec/should_fail_for_missing_output_file/expected/two.txt
- M specs/test/file_spec/should_fail_for_missing_output_file/input/one.txt
- M specs/test/file_spec/should_fail_for_missing_output_file/input/two.txt
- M specs/test/file_spec/should_fail_for_missing_output_file/output/one.txt
- M specs/test/file_spec/should_fail_for_missing_output_file/output/two.txt
- M specs/test/file_spec/should_fail_for_no_expected_files/input/one.txt
- M specs/test/file_spec/should_fail_for_no_expected_files/input/two.txt
- M specs/test/file_spec/should_translate_reference_files_when_specified/expected/one.txt
- M specs/test/file_spec/should_translate_reference_files_when_specified/expected/two.txt
- M specs/test/file_spec/should_translate_reference_files_when_specified/output/one.txt
- M specs/test/file_spec/should_translate_reference_files_when_specified/output/two.txt
- M specs/test/file_spec/should_translate_reference_files_when_specified/ref/one.txt
- M specs/test/file_spec/should_translate_reference_files_when_specified/ref/two.txt
- M specs/test/file_spec_spec.rb
- M specs/test/subset_methods_spec.rb
- M specs/test/subset_spec_spec.rb
- M tap.gemspec
- M test/cmd/generator_test.rb
- M test/cmd/run_test.rb
- M test/cmd/tap_test.rb
- M test/root_test.rb
- M test/support/combinator_test.rb
- M test/support/instance_configuration_test.rb
- M test/support/lazydoc/document_test.rb
- M test/support/lazydoc_test.rb
- M test/support/templater_test.rb
- M test/support/versions_test.rb
- M test/test/file_methods/test_assert_files/expected/one.txt
- M test/test/file_methods/test_assert_files/expected/two.txt
- M test/test/file_methods/test_assert_files/input/one.txt
- M test/test/file_methods/test_assert_files/input/two.txt
- M test/test/file_methods/test_assert_files_can_have_no_expected_files_if_specified/input/one.txt
- M test/test/file_methods/test_assert_files_can_have_no_expected_files_if_specified/input/two.txt
- M test/test/file_methods/test_assert_files_fails_for_different_content/expected/one.txt
- M test/test/file_methods/test_assert_files_fails_for_different_content/expected/two.txt
- M test/test/file_methods/test_assert_files_fails_for_different_content/input/one.txt
- M test/test/file_methods/test_assert_files_fails_for_different_content/input/two.txt
- M test/test/file_methods/test_assert_files_fails_for_missing_expected_file/expected/one.txt
- M test/test/file_methods/test_assert_files_fails_for_missing_expected_file/input/one.txt
- M test/test/file_methods/test_assert_files_fails_for_missing_expected_file/input/two.txt
- M test/test/file_methods/test_assert_files_fails_for_missing_output_file/expected/one.txt
- M test/test/file_methods/test_assert_files_fails_for_missing_output_file/expected/two.txt
- M test/test/file_methods/test_assert_files_fails_for_missing_output_file/input/one.txt
- M test/test/file_methods/test_assert_files_fails_for_missing_output_file/input/two.txt
- M test/test/file_methods/test_assert_files_fails_for_no_expected_files/input/one.txt
- M test/test/file_methods/test_assert_files_fails_for_no_expected_files/input/two.txt
- M test/test/file_methods/test_assert_files_translates_reference_files_to_reference_dir/expected/one.txt
- M test/test/file_methods/test_assert_files_translates_reference_files_to_reference_dir/expected/two.txt
- M test/test/file_methods/test_assert_files_translates_reference_files_to_reference_dir/ref/one.txt
- M test/test/file_methods/test_assert_files_translates_reference_files_to_reference_dir/ref/two.txt
- M test/test/file_methods_doc/test_something/expected/output.txt
- M test/test/file_methods_doc/test_sub/expected/one.txt
- M test/test/file_methods_doc/test_sub/expected/two.txt
- M test/test/file_methods_doc/test_sub/input/one.txt
- M test/test/file_methods_doc/test_sub/input/two.txt
- M test/test/file_methods_doc_test.rb
- M test/test/file_methods_test.rb
- M test/test/file_test/test_assert_files/expected/one.txt
- M test/test/file_test/test_assert_files/expected/two.txt
- M test/test/file_test/test_assert_files/input/one.txt
- M test/test/file_test/test_assert_files/input/two.txt
- M test/test/file_test/test_assert_files_can_have_no_expected_files_if_specified/input/one.txt
- M test/test/file_test/test_assert_files_can_have_no_expected_files_if_specified/input/two.txt
- M test/test/file_test/test_assert_files_fails_for_different_content/expected/one.txt
- M test/test/file_test/test_assert_files_fails_for_different_content/expected/two.txt
- M test/test/file_test/test_assert_files_fails_for_different_content/input/one.txt
- M test/test/file_test/test_assert_files_fails_for_different_content/input/two.txt
- M test/test/file_test/test_assert_files_fails_for_missing_expected_file/expected/one.txt
- M test/test/file_test/test_assert_files_fails_for_missing_expected_file/input/one.txt
- M test/test/file_test/test_assert_files_fails_for_missing_expected_file/input/two.txt
- M test/test/file_test/test_assert_files_fails_for_missing_output_file/expected/one.txt
- M test/test/file_test/test_assert_files_fails_for_missing_output_file/expected/two.txt
- M test/test/file_test/test_assert_files_fails_for_missing_output_file/input/one.txt
- M test/test/file_test/test_assert_files_fails_for_missing_output_file/input/two.txt
- M test/test/file_test/test_assert_files_fails_for_no_expected_files/input/one.txt
- M test/test/file_test/test_assert_files_fails_for_no_expected_files/input/two.txt
- M test/test/file_test/test_assert_files_translates_reference_files_to_reference_dir/expected/one.txt
- M test/test/file_test/test_assert_files_translates_reference_files_to_reference_dir/expected/two.txt
- M test/test/file_test/test_assert_files_translates_reference_files_to_reference_dir/ref/one.txt
- M test/test/file_test/test_assert_files_translates_reference_files_to_reference_dir/ref/two.txt
- M test/test/file_test_doc/test_something/expected/output.txt
- M test/test/file_test_doc/test_sub/expected/one.txt
- M test/test/file_test_doc/test_sub/expected/two.txt
- M test/test/file_test_doc/test_sub/input/one.txt
- M test/test/file_test_doc/test_sub/input/two.txt
- M test/test/file_test_doc_test.rb
- M test/test/file_test_test.rb
- M test/test/regexp_escape_test.rb
- M test/test/script_methods/regexp_escape_test.rb
- M test/test/script_methods/script_test_test.rb
- M test/test/script_tester_test.rb
- M test/test/subset_methods_test.rb
- M test/test/subset_test_test.rb
- M test/test/tap_methods/test_assert_files/expected/a.txt
- M test/test/tap_methods/test_assert_files/expected/b.txt
- M test/test/tap_methods/test_assert_files/input/a.txt
- M test/test/tap_methods/test_assert_files/input/b.txt
- M test/test/tap_methods_test.rb
- M test/test/tap_test/test_assert_files/expected/a.txt
- M test/test/tap_test/test_assert_files/expected/b.txt
- M test/test/tap_test/test_assert_files/input/a.txt
- M test/test/tap_test/test_assert_files/input/b.txt
- M test/test/tap_test_test.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A framework for making configurable, file-based tasks and workflows.