features/support/env.rb in modulesync-2.0.1 vs features/support/env.rb in modulesync-2.0.2

- old
+ new

@@ -1,5 +1,9 @@ require 'aruba/cucumber' +require_relative '../../spec/helpers/faker' + +ModuleSync::Faker.working_directory = File.expand_path('faker', Aruba.config.working_directory) + Before do @aruba_timeout_seconds = 5 end