Sha256: bf2afdb85a1f10b8716bc272c1012de683bf7d8dbcde87a3885ceca51d58fa34

Contents?: true

Size: 518 Bytes

Versions: 10

Compression:

Stored size: 518 Bytes

Contents

After('@remove-disable-smell-config-from-current-dir') do
  Pathname.pwd.join('reek-test-run-disable_smells.reek').delete
end

After('@remove-disable-smell-config-from-parent-dir') do
  Pathname.pwd.parent.join('reek-test-run-disable_smells.reek').delete
end

After('@remove-disable-smell-config-from-home-dir') do
  Pathname.new(Dir.home).join('reek-test-run-disable_smells.reek').delete
end

After('@remove-enable-smell-config-from-current-dir') do
  Pathname.pwd.join('reek-test-run-enable_smells.reek').delete
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
reek-2.0.4 features/support/hooks.rb
reek-2.0.3 features/support/hooks.rb
reek-2.0.2 features/support/hooks.rb
reek-2.0.1 features/support/hooks.rb
reek-2.0.0 features/support/hooks.rb
reek-1.6.6 features/support/hooks.rb
reek-1.6.5 features/support/hooks.rb
reek-1.6.4 features/support/hooks.rb
reek-1.6.3 features/support/hooks.rb
reek-1.6.2 features/support/hooks.rb