Add missing require

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-07-19 14:12:02 +09:00
parent 094bf525e1
commit 39061fe38e
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -24,6 +24,7 @@ Capybara.javascript_driver = :selenium
require 'capybara-screenshot/rspec' require 'capybara-screenshot/rspec'
require "fluent/load" require "fluent/load"
require "fluent/plugin/buf_file"
# Requires supporting ruby files with custom matchers and macros, etc, # Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories. # in spec/support/ and its subdirectories.