spec/tasks/default_spec.rb in mina-1.0.0 vs spec/tasks/default_spec.rb in mina-1.0.2
- old
+ new
@@ -1,9 +1,10 @@
require 'spec_helper'
RSpec.describe 'default', type: :rake do
describe 'ssh_keyscan_repo' do
it 'scans ssh' do
+ Mina::Configuration.instance.set(:repository, 'git@github.com/exapmle')
expect { invoke_all }.to output(output_file('ssh_keyscan_repo')).to_stdout
end
end
describe 'run' do