Skip to content

Commit

Permalink
Merge branch 'master' into add-ids-to-elements
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-psarga committed Jan 13, 2020
2 parents acdeca6 + 320b6fc commit 352bfb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cucumber/core/test/result.rb
Original file line number Diff line number Diff line change
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 352bfb3

Please sign in to comment.