lib/tasks/install.rake in qa_server-0.1.99 vs lib/tasks/install.rake in qa_server-1.0.0
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
namespace :qa_server do
namespace :install do
desc 'Copy migrations from QaServer to application'
task migrations: :environment do
QaServer::DatabaseMigrator.copy