4 lines
81 B
Ruby
4 lines
81 B
Ruby
Given /^an SSH config with:$/ do |config|
|
|
write_file '.ssh/config', config
|
|
end
|