Sha256: cb19732dbb490e164521ccc8fa0a45af43468eb44a7c3c72df9375d6fc9d7a57

Contents?: true

Size: 110 Bytes

Versions: 16

Compression:

Stored size: 110 Bytes

Contents

Before do
  @original_home = ENV['HOME']
  ENV['HOME'] = '.'
end

After do
  ENV['HOME'] = @original_home
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
tailor-1.4.1 features/support/hooks.rb
tailor-1.4.0 features/support/hooks.rb
tailor-1.3.1 features/support/hooks.rb
tailor-1.3.0 features/support/hooks.rb
tailor-1.2.1 features/support/hooks.rb
tailor-1.2.0 features/support/hooks.rb
tailor-1.1.5 features/support/hooks.rb
tailor-1.1.4 features/support/hooks.rb
tailor-1.1.3 features/support/hooks.rb
tailor-1.1.2 features/support/hooks.rb
tailor-1.1.1 features/support/hooks.rb
tailor-1.1.0 features/support/hooks.rb
tailor-1.0.1 features/support/hooks.rb
tailor-1.0.0 features/support/hooks.rb
tailor-1.0.0.alpha2 features/support/hooks.rb
tailor-1.0.0.alpha features/support/hooks.rb