Sha256: 200ca41cf9b459d5535a5f0109bc75924c2db979c8ec127cc3cbd4608ab55fa9
Contents?: true
Size: 265 Bytes
Versions: 10
Compression:
Stored size: 265 Bytes
Contents
# frozen_string_literal: true require_relative '../generator' class CucumberGenerator < Generator def generate_env_file template('env.tt', "#{name}/features/support/env.rb") end def generate_world template('world.tt', "#{name}/world.rb") end end
Version data entries
10 entries across 10 versions & 1 rubygems