Changeset [f7bd06087bb5753ee13178c278916b4c70dc0cb6] by Simon Chiang
August 10th, 2008 @ 10:58 AM
Cleanup of script_tests. Checks now run individually through a tap task. http://github.com/bahuvrihi/tap/...
Committed by Simon Chiang
- M Rakefile
- M bin/tap
- M lib/tap/env.rb
- M lib/tap/support/manifest.rb
- M lib/tap/test/script_methods.rb
- M tapfile.rb
- M test/check/constants_check.rb
- M test/check/define_method_check.rb
- M test/check/dependencies_check.rb
- M test/check/inheritance_check.rb
- M test/check/manifest_check.rb
- M test/check/methods_check.rb
- M test/check/website_check.rb
- M test/check/website_check/test_documentation/lib/hello.rb
- M test/cmd/generator_test.rb
- M test/cmd/run/test_run/lib/sample.rb
- M test/cmd/run/test_run/lib/sample_file.rb
- M test/cmd/run/test_run/lib/with_array_config.rb
- M test/cmd/run/test_run/lib/with_hash_config.rb
- M test/cmd/run/test_run/lib/with_list_config.rb
- M test/cmd/run/test_run/lib/with_string_config.rb
- M test/cmd/run/test_run/lib/with_switch_config.rb
- M test/cmd/run/test_run_help/lib/sample.rb
- M test/cmd/run/test_run_help/lib/sample_without_doc.rb
- M test/cmd/run/test_run_help/tapfile.rb
- M test/cmd/run/test_run_manifest_with_tapfile_and_tasks/lib/sample.rb
- M test/cmd/run/test_run_manifest_with_tapfile_and_tasks/tapfile.rb
- M test/cmd/run_test.rb
- M test/cmd/tap/rake_test.rb
- M test/cmd/tap/test_run_with_rake/Rakefile
- M test/cmd/tap/test_tap_with_before_and_after_script/tap.yml
- M test/cmd/tap/test_tap_with_syntax_error_in_after/tap.yml
- M test/cmd/tap/test_tap_with_syntax_error_in_before/tap.yml
- M test/cmd/tap_test.rb
- M test/env_test.rb
- M test/tap/rake_test.rb
- M test/tap/test_run/Rakefile
- M test/tap/test_run/cmd/info.rb
- M test/tap/test_run/config/sample-0.1.yml
- M test/tap/test_run/config/sample.yml
- M test/tap/test_run/lib/sample.rb
- M test/tap/test_run/lib/sample_file.rb
- M test/tap/test_run/lib/sample_without_doc.rb
- M test/tap/test_run/lib/with_array_config.rb
- M test/tap/test_run/lib/with_hash_config.rb
- M test/tap/test_run/lib/with_list_config.rb
- M test/tap/test_run/lib/with_string_config.rb
- M test/tap/test_run/lib/with_switch_config.rb
- M test/tap/test_run/test/sample_file/test_sample_file/expected/file.yml
- M test/tap/test_run/test/sample_file/test_sample_file/input/file.txt
- M test/tap/test_run/test/sample_file_test.rb
- M test/tap/test_run/test/sample_test.rb
- M test/tap/test_run/test/tap_test_helper.rb
- M test/tap/test_run/test/tap_test_suite.rb
- M test/tap/test_run_with_rake/Rakefile
- M test/tap/test_tap_with_before_and_after_script/tap.yml
- M test/tap/test_tap_with_syntax_error_in_after/tap.yml
- M test/tap/test_tap_with_syntax_error_in_before/tap.yml
- M test/tap_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.