spec/tasks/deploy_spec.rb in mina-1.2.4 vs spec/tasks/deploy_spec.rb in mina-1.2.5
- old
+ new
@@ -1,7 +1,13 @@
+# frozen_string_literal: true
+
require 'spec_helper'
RSpec.describe 'deploy', type: :rake do
+ before do
+ load_default_config
+ end
+
describe 'deploy:force_unlock' do
it 'deploy force_unlock' do
expect { invoke_all }.to output(output_file('deploy_force_unlock')).to_stdout
end
end