Skip to content

Commit

Permalink
Merge a88115f into ee5fc43
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jan 12, 2020
2 parents ee5fc43 + a88115f commit 17644dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cucumber/core/test/result.rb
Expand Up @@ -9,7 +9,6 @@ module Result
STRICT_AFFECTED_TYPES = [:flaky, :undefined, :pending].freeze

def self.ok?(type, be_strict = StrictConfiguration.new)
private
class_name = type.to_s.slice(0, 1).capitalize + type.to_s.slice(1..-1)
const_get(class_name).ok?(be_strict.strict?(type))
end
Expand Down

0 comments on commit 17644dd

Please sign in to comment.