Sha256: 19c61ef4656353f90a3d24b3851b187f74fe5790ed2693de850b39eb63bf9c48
Contents?: true
Size: 268 Bytes
Versions: 7
Compression:
Stored size: 268 Bytes
Contents
# -*- coding: utf-8 -*- もし /^"(.*?)" を実行$/ do |command| run command end ならば /^"(.*?)"という内容を含む$/ do |str| all_stdout.should match(str) end ならば /^以下の内容を表示:$/ do |string| expect(all_stdout).to eq(string) end
Version data entries
7 entries across 7 versions & 1 rubygems