Sha256: 39a3969eb3a35c94af7dc426a1839d691e715eaeaee453db4212554d5e7352dd

Contents?: true

Size: 230 Bytes

Versions: 25

Compression:

Stored size: 230 Bytes

Contents

require 'fileutils'

Before do
  @aruba_timeout_seconds = 60
  FileUtils.mkdir('results') unless File.exists? 'results'
end

After do
  file = File.join(File.dirname(__FILE__), '..', '..', 'fixture.html')
 # FileUtils.rm file
end

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
ugly_face-0.8 features/support/hooks.rb
ugly_face-0.7 features/support/hooks.rb
ugly_face-0.6 features/support/hooks.rb
ugly_face-0.5 features/support/hooks.rb
ugly_face-0.4 features/support/hooks.rb
ugly_face-0.3 features/support/hooks.rb
ugly_face-0.2 features/support/hooks.rb
ugly_face-0.1 features/support/hooks.rb
pretty_face-0.10.3 features/support/hooks.rb
sponte_pretty_face-0.10.3 features/support/hooks.rb
pretty_face-0.10.2 features/support/hooks.rb
pretty_face-0.10.1 features/support/hooks.rb
pretty_face-0.10 features/support/hooks.rb
pretty_face-0.9.1 features/support/hooks.rb
pretty_face-0.9 features/support/hooks.rb
pretty_face-0.8.2 features/support/hooks.rb
pretty_face-0.8.1 features/support/hooks.rb
pretty_face-0.8 features/support/hooks.rb
pretty_face-0.7 features/support/hooks.rb
pretty_face-0.6.1 features/support/hooks.rb