-
Notifications
You must be signed in to change notification settings - Fork 512
Upgrading 0.6.x to 0.7.x
grosser edited this page Feb 26, 2012
·
2 revisions
Pass which folder you want to run, without arguments it does nothing.
parallel_specs -> parallel_specs spec
Paths now include the full path to the file.
rake parallel:spec[^models] --> rake parallel:spec[^spec/models]
The namespaces have been unified + the spec runtime log has a new position
ParallelSpec::SpecRuntimeLogger --> ParallelTests::Spec::RuntimeLogger
tmp/parallel_profile.log --> tmp/parallel_runtime_spec.log
Deprecated task-autoloading has been removed.
# add to your Rakefile
begin; require 'vendor/plugins/parallel_tests/lib/parallel_tests/tasks'; rescue LoadError; end
Use rake parallel:spec