Skip to content

Instantly share code, notes, and snippets.

@Petesta
Last active August 29, 2015 14:14
Show Gist options
  • Save Petesta/57d118849a63a779fc75 to your computer and use it in GitHub Desktop.
Save Petesta/57d118849a63a779fc75 to your computer and use it in GitHub Desktop.
Run parallel_tests locally
ruby -Itest -e 'ROOT_DIR="/Users/Pete/Documents/web";["../../.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/parallel_tests-899555d6a25a/lib/parallel_tests/test/test_unit_filename.rb", "test/functional/advertisers_controller_test.rb", "test/functional/affiliate_campaigns_controller_test.rb", "test/functional/api/json/advertisers_api_controller_test.rb", "test/functional/api/json/network_integration_api_controller_test.rb", "test/functional/api/xml/affiliate_campaigns_api_controller_test.rb", "test/functional/ctc_controller_test.rb", "test/functional/default_cookie_domain_test.rb", "test/functional/help_controller_test.rb", "test/functional/layout/application_header_test.rb", "test/functional/platform_controller_test.rb", "test/functional/tracked_actions_controller_test.rb", "test/functional/voice_talents_controller_test.rb", "test/helpers/advertiser_campaigns_helper_test.rb", "test/integration/api_routes/affiliate_campaigns_api_routes_test.rb", "test/integration/api_routes/promo_numbers_api_routes_test.rb", "test/unit/active_support_extensions_test.rb", "test/unit/advertiser_billing_month_test.rb", "test/unit/affiliate_upload_test.rb", "test/unit/aggregate/attribute_handler_test.rb", "test/unit/application_helper_test.rb", "test/unit/aws_test.rb", "test/unit/bandwidth_api_test.rb", "test/unit/call_web_hook_processor_test.rb", "test/unit/campaign/campaign_terms_test.rb", "test/unit/campaign/concern/campaign_terms_override_test.rb", "test/unit/campaign/ivr_node_test.rb", "test/unit/configuration_defaults_test.rb", "test/unit/home_depot_metrics_test.rb", "test/unit/html_helpers_test.rb", "test/unit/invoca_extensions_test.rb", "test/unit/lat_long_to_miles_sql_test.rb", "test/unit/local_number_inventory_query_test.rb", "test/unit/mailers/adverfiliates_mailer_test.rb", "test/unit/mailers/application_mailer_test.rb", "test/unit/mailers/salesforce_mailer_test.rb", "test/unit/memcached_monitor_test.rb", "test/unit/network_sync_helper_test.rb", "test/unit/oauth_provider_credential_test.rb", "test/unit/oauth_provider_test.rb", "test/unit/other_phone_numbers_test.rb", "test/unit/phone_number_mask_test.rb", "test/unit/pnapi_shard_test.rb", "test/unit/presenter_direct_advertiser_demo_test.rb", "test/unit/publish_success_metric_test.rb", "test/unit/random_call_generator_test.rb", "test/unit/reports/insight/advertiser_insight_report_test.rb", "test/unit/reports/multi_level/advertiser_multi_level_report_test.rb", "test/unit/ringswitch/call_flow/call_flow_base_test.rb", "test/unit/ringswitch/cdr_test.rb", "test/unit/ringswitch/event_socket_test.rb", "test/unit/skin_template_revision_test.rb", "test/unit/sms_message_test.rb", "test/unit/url_test.rb", "test/unit/virtual_line_mailer_test.rb", "test/unit/warehouse/date_hour_dimension_test.rb"].each { |f| require "./#{f}" }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment