features/support/env.rb in vendorificator-0.3.0 vs features/support/env.rb in vendorificator-0.4.0

- old
+ new

@@ -3,9 +3,12 @@ require 'tmpdir' require 'aruba/cucumber' require 'wrong' +ENV['GIT_AUTHOR_NAME'] = ENV['GIT_COMMITTER_NAME'] = 'Vendorificator Cucumber' +ENV['GIT_AUTHOR_EMAIL'] = ENV['GIT_COMMITTER_EMAIL'] = 'nonexistent@example.com' + World(Wrong) ENV['FIXTURES_DIR'] = Pathname.new(__FILE__). dirname.join('..', 'fixtures').realpath.to_s