summaryrefslogtreecommitdiff
path: root/features/support/hooks.rb
blob: 360f2311c06c8f66f3d0386d8f8310073d11e0ff (plain)
1
2
3
4
5
6
After('@tempfile') do
  if @tempfile
    @tempfile.close
    @tempfile.unlink
  end
end