Skip to content

Instantly share code, notes, and snippets.

@shri-zz
Created April 22, 2009 06:58
Show Gist options
  • Save shri-zz/99636 to your computer and use it in GitHub Desktop.
Save shri-zz/99636 to your computer and use it in GitHub Desktop.
@setlocal
cd c:\rails\actionpack
REM set RUBY_EXE=c:\Ruby\bin\ruby.exe
set RUBY_EXE=c:\ironruby\Merlin\Main\bin\Debug\ir.exe -X:Interpret
%RUBY_EXE% -I"c:/github/rails/actionpack/lib" -I"c:/github/rails/actionpack/test" "c:/vsl/Merlin/External.LCA_RESTRICTED/languages/ruby/ruby-1.8.6p287/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake/rake_test_loader.rb" "test/controller/action_pack_assertions_test.rb" "test/controller/addresses_render_test.rb" "test/controller/assert_select_test.rb" "test/controller/base_test.rb" "test/controller/benchmark_test.rb" "test/controller/caching_test.rb" "test/controller/capture_test.rb" "test/controller/content_type_test.rb" "test/controller/cookie_test.rb" "test/controller/deprecation/deprecated_base_methods_test.rb" "test/controller/dispatcher_test.rb" "test/controller/filter_params_test.rb" "test/controller/filters_test.rb" "test/controller/flash_test.rb" "test/controller/header_test.rb" "test/controller/helper_test.rb" "test/controller/html-scanner/cdata_node_test.rb" "test/controller/html-scanner/document_test.rb" "test/controller/html-scanner/node_test.rb" "test/controller/html-scanner/sanitizer_test.rb" "test/controller/html-scanner/tag_node_test.rb" "test/controller/html-scanner/text_node_test.rb" "test/controller/html-scanner/tokenizer_test.rb" "test/controller/http_basic_authentication_test.rb" "test/controller/http_digest_authentication_test.rb" "test/controller/integration_test.rb" "test/controller/layout_test.rb" "test/controller/logging_test.rb" "test/controller/middleware_stack_test.rb" "test/controller/mime_responds_test.rb" "test/controller/mime_type_test.rb" "test/controller/polymorphic_routes_test.rb" "test/controller/rack_test.rb" "test/controller/record_identifier_test.rb" "test/controller/redirect_test.rb" "test/controller/render_test.rb" "test/controller/request/json_params_parsing_test.rb" "test/controller/request/multipart_params_parsing_test.rb" "test/controller/request/query_string_parsing_test.rb" "test/controller/request/url_encoded_params_parsing_test.rb" "test/controller/request/xml_params_parsing_test.rb" "test/controller/request_forgery_protection_test.rb" "test/controller/request_test.rb" "test/controller/rescue_test.rb" "test/controller/resources_test.rb" "test/controller/routing_test.rb" "test/controller/selector_test.rb" "test/controller/send_file_test.rb" "test/controller/session/cookie_store_test.rb" "test/controller/session/mem_cache_store_test.rb" "test/controller/session/test_session_test.rb" "test/controller/test_test.rb" "test/controller/translation_test.rb" "test/controller/url_rewriter_test.rb" "test/controller/verification_test.rb" "test/controller/view_paths_test.rb" "test/controller/webservice_test.rb" "test/template/active_record_helper_i18n_test.rb" "test/template/active_record_helper_test.rb" "test/template/asset_tag_helper_test.rb" "test/template/atom_feed_helper_test.rb" "test/template/benchmark_helper_test.rb" "test/template/compiled_templates_test.rb" "test/template/date_helper_i18n_test.rb" "test/template/date_helper_test.rb" "test/template/erb_util_test.rb" "test/template/form_helper_test.rb" "test/template/form_options_helper_test.rb" "test/template/form_tag_helper_test.rb" "test/template/javascript_helper_test.rb" "test/template/number_helper_i18n_test.rb" "test/template/number_helper_test.rb" "test/template/prototype_helper_test.rb" "test/template/record_tag_helper_test.rb" "test/template/render_test.rb" "test/template/sanitize_helper_test.rb" "test/template/scriptaculous_helper_test.rb" "test/template/tag_helper_test.rb" "test/template/test_test.rb" "test/template/text_helper_test.rb" "test/template/translation_helper_test.rb" "test/template/url_helper_test.rb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment