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.83.4 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.83.4 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.83.3 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.83.3 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.83.2 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.83.2 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.83.1 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.83.1 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.83.0 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.83.0 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.82.0 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.82.0 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.81.1 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.81.1 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.81.0 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.81.0 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.80.2 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.80.2 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.80.1 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.80.1 spec/fixtures/rails6_users_app/features/support/hooks.rb