Sha256: 729de84084f0b4b942319de10493ae7acce96c96c43b157c726b0c9991be0f67
Contents?: true
Size: 362 Bytes
Versions: 11
Compression:
Stored size: 362 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 前提 /^イベントの情報源は"(.*?)"$/ do |filename| ENV['resource'] = filename end
Version data entries
11 entries across 11 versions & 1 rubygems