README in deep_test-1.1.3 vs README in deep_test-1.1.4

- old
+ new

@@ -12,19 +12,21 @@ # sample DeepTest task DeepTest::TestTask.new "task_name" do |t| t.number_of_workers = 2 # optional, defaults to 2 t.timeout_in_seconds = 30 # optional, defaults to 30 + t.server_port = 6969 # optional, defaults to 6969 t.pattern = "test/**/*_test.rb" end - # Sample SpecTask using DeepTest + # sample SpecTask using DeepTest Spec::Rake::SpecTask.new(:deep_spec) do |t| t.spec_files = FileList['spec/**/*_spec.rb'] t.deep_test :number_of_workers => 2, # optional, defaults to 2 :timeout_in_seconds => 30, # optional, defaults to 30 + :server_port => 6969 # optional, defaults to 6969 end If you want to specify a listener to be notified of worker events: @@ -52,13 +54,13 @@ that the MyWorkerListener class is loaded at the time that the test files are loaded, so it is available to be instantiated. == Contributors -+* anonymous z -+* Alex Chaffee -+* Dan[http://www.dcmanges.com/blog] Manges[http://www.dcmanges.com/blog] -+* David Vollbracht[http://davidvollbracht.com/] -+* Scott Taylor +* anonymous z +* Alex Chaffee +* Dan[http://www.dcmanges.com/blog] Manges[http://www.dcmanges.com/blog] +* David[http://davidvollbracht.com/] Vollbracht[http://davidvollbracht.com/] +* Scott Taylor == License Released under Ruby's[http://www.ruby-lang.org/en/LICENSE.txt] license[http://www.ruby-lang.org/en/LICENSE.txt]