Sha256: 9de89e2641b9badcf096e325cce04fe03b1ef166146227f8ef91d4acfdd7f6c4

Contents?: true

Size: 233 Bytes

Versions: 199

Compression:

Stored size: 233 Bytes

Contents

# frozen_string_literal: true

if AppMap::Cucumber.enabled?
  Around('not @appmap-disable') do |scenario, block|
    appmap = AppMap.record do
      block.call
    end

    AppMap::Cucumber.write_scenario(scenario, appmap)
  end
end

Version data entries

199 entries across 107 versions & 1 rubygems

Version Path
appmap-0.59.2 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.59.2 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.59.1 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.59.1 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.59.0 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.59.0 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.58.0 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.58.0 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.57.1 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.57.1 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.57.0 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.57.0 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.56.0 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.56.0 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.55.0 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.55.0 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.54.4 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.54.4 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.54.3 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.54.3 spec/fixtures/rails5_users_app/features/support/hooks.rb