features/support/env.rb in jekyll-s3-0.0.3 vs features/support/env.rb in jekyll-s3-0.0.4

- old
+ new

@@ -2,9 +2,10 @@ require 'bundler' Bundler.require require 'aruba/cucumber' +require 'cucumber/rspec/doubles' # Following from 'aruba/cucumber' Before do @__aruba_original_paths = (ENV['PATH'] || '').split(File::PATH_SEPARATOR) ENV['PATH'] = ([File.expand_path('bin')] + @__aruba_original_paths).join(File::PATH_SEPARATOR)