Sha256: 52fe37fd2aabdab0b8ffbf2d8f6177c942bf97e16526577b770b7315be114067
Contents?: true
Size: 295 Bytes
Versions: 14
Compression:
Stored size: 295 Bytes
Contents
Given 'a flavorfile with:' do |content| steps %Q{ Given a file named "#{'.'.to_flavorfile_path}" with: """ #{expand(content)} """ } end When 'I edit the flavorfile as:' do |content| steps %Q{ Given a flavorfile with: """ #{content} """ } end
Version data entries
14 entries across 14 versions & 1 rubygems