require 'bundler/setup' require 'databox' ENV["DATABOX_MODE"] = "test" RSpec.configure do |config| config.fail_fast = ENV['RSPEC_FAIL_FAST'] == "1" config.mock_framework = :rspec config.run_all_when_everything_filtered = true config.expect_with :rspec do |c| c.syntax = :expect end end