Ruby: Привет, Мир!
Задание
Loading...
Ваше упражнение проверяется по этим тестам
# frozen_string_literal: true
require 'test_helper'
describe 'output' do
it 'should works' do
_(-> { require_relative 'index' }).must_output(/Hello, World!/)
puts 'Hello, World!'
end
end
Решение учителя откроется через:
20:00
