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.66.0 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.66.0 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.65.1 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.65.1 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.65.0 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.65.0 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.64.0 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.64.0 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.63.0 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.63.0 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.62.1 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.62.1 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.62.0 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.62.0 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.61.1 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.61.1 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.61.0 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.61.0 spec/fixtures/rails6_users_app/features/support/hooks.rb
appmap-0.60.0 spec/fixtures/rails5_users_app/features/support/hooks.rb
appmap-0.60.0 spec/fixtures/rails6_users_app/features/support/hooks.rb