/
avito.tech
/
puppet-module-template
Обзор
Документация
Войти
/
avito.tech
/
puppet-module-template
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
master
spec/functions/example_spec.rb
9 строк
218 B
Aleksandr Kozlov
Publish on github
30 июл 2020, 02:16
30 июл 2020, 02:16
e3ecf8f
Код
Авторство
О чём код?
# frozen_string_literal: true require 'spec_helper' describe 'vault::example' do context 'some context' do it { should run.with_params('example function input').and_return('example function output') } end end