From 0c5765d5720077d1c36513aeed8c407a0b8f7ce4 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Thu, 28 Jul 2016 17:40:37 -0500 Subject: [PATCH] Apparently the tests expected the typo in DATABASE. --- features/support/hooks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/support/hooks.rb b/features/support/hooks.rb index b09d30c9b1..16c5973ef2 100644 --- a/features/support/hooks.rb +++ b/features/support/hooks.rb @@ -1,5 +1,5 @@ Before do - set_env('MSF_DATABASE_CONFIG', Rails.configuration.paths['config/database'].existent.first) + set_env('MSF_DATBASE_CONFIG', Rails.configuration.paths['config/database'].existent.first) set_env('RAILS_ENV', 'test') @aruba_timeout_seconds = 8.minutes end