phantom_jasmine 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/phantom_jasmine/run_specs.rb +1 -1
- data/lib/phantom_jasmine/version.rb +1 -1
- metadata +1 -1
@@ -30,6 +30,6 @@ Jasmine::wait_for_listener(port, "jasmine server")
|
|
30
30
|
puts "jasmine server started."
|
31
31
|
|
32
32
|
results_processor = Jasmine::ResultsProcessor.new(config)
|
33
|
-
results = Jasmine::Runners::Phantom.new(
|
33
|
+
results = Jasmine::Runners::Phantom.new(port, results_processor, config.result_batch_size).run
|
34
34
|
formatter = Jasmine::RspecFormatter.new
|
35
35
|
formatter.format_results(results)
|