From 0cccad8cc3376d3e7e0d3b4dca050c03854f9ec4 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Wed, 27 Apr 2016 16:40:11 -0300 Subject: [PATCH] Add missing configuration file creation to setup --- bin/setup | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/bin/setup b/bin/setup index fd0dada..2438e38 100755 --- a/bin/setup +++ b/bin/setup @@ -24,6 +24,7 @@ Dir.chdir APP_ROOT do puts "\n== Copying sample files ==".green unless File.exist?("config/database.yml") run "cp config/database.yml.sample config/database.yml" + run "cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml" end puts "\n== Preparing database ==".green -- libgit2 0.21.2