-
Notifications
You must be signed in to change notification settings - Fork 495
Upgrading 0.6.x to 0.7.x
grosser edited this page Feb 27, 2012
·
2 revisions
parallel_spec -> parallel_rspec
Pass which folder you want to run, without arguments it does nothing.
parallel_spec -> parallel_rspec 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::RSpec::RuntimeLogger
tmp/parallel_profile.log --> tmp/parallel_runtime_rspec.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