Skip to content

Commit

Permalink
linting: Performance/StringIdentifierArgument (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Jun 21, 2022
1 parent f835546 commit 2d7d5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/rails/world.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Cucumber
module Rails
class World < ::ActionDispatch::IntegrationTest
include Rack::Test::Methods if Cucumber::Rails.include_rack_test_helpers?
include ActiveSupport::Testing::SetupAndTeardown if ActiveSupport::Testing.const_defined?('SetupAndTeardown')
include ActiveSupport::Testing::SetupAndTeardown if ActiveSupport::Testing.const_defined?(:SetupAndTeardown)

def initialize
@_result = Test::Unit::TestResult.new if defined?(Test::Unit::TestResult)
Expand Down

0 comments on commit 2d7d5a1

Please sign in to comment.