Skip to content

Commit b201c9e

Browse files
committed
Reorder the result symbols to conform with the summary printing
Cucumber-ruby should not have a duplicate definition of these symbols (which it currently has).
1 parent 26dc2f1 commit b201c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cucumber/core/test/result.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Cucumber
55
module Core
66
module Test
77
module Result
8-
TYPES = [:passed, :failed, :undefined, :unknown, :skipped, :pending].freeze
8+
TYPES = [:failed, :skipped, :undefined, :pending, :passed, :unknown].freeze
99

1010
def self.ok?(type, be_strict = false)
1111
private

0 commit comments

Comments
 (0)