geordi 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/geordi/cuc.rb CHANGED
@@ -39,7 +39,7 @@ module Geordi
39
39
  def parallel_execution_command
40
40
  puts "Using parallel_tests ...\n\n"
41
41
  self.argv = argv - command_line_features
42
- parallel_tests_args = "-t features #{command_line_features}"
42
+ parallel_tests_args = "-t features #{command_line_features.join(' ')}"
43
43
  cucumber_args = argv.empty? ? '' : "-o '#{escape_shell_args(argv).join(" ")}'"
44
44
  [use_firefox_for_selenium, 'b', 'parallel_test', parallel_tests_args, cucumber_args].flatten.compact.join(" ")
45
45
  end
@@ -58,7 +58,7 @@ module Geordi
58
58
 
59
59
  def show_features_to_run
60
60
  unless features_to_run.empty?
61
- passed_by = (features_to_run == rerun_txt_features) ? 'rerun.txt' : 'command line'
61
+ passed_by = (features_to_run == command_line_features) ? 'command line' : 'rerun.txt'
62
62
  2.times { puts }
63
63
  puts "features to run (passed by #{passed_by}):"
64
64
  puts "-----------------------------------------"
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '0.9.2'
2
+ VERSION = '0.9.3'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geordi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 2
10
- version: 0.9.2
9
+ - 3
10
+ version: 0.9.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Henning Koch