class Rockstart::Testing::EnvGenerator

Public Instance Methods

add_climate_control_helpers() click to toggle source
# File lib/generators/rockstart/testing/env/env_generator.rb, line 20
def add_climate_control_helpers
  copy_spec_support "climate_control_helpers"
end
add_dotenv_files() click to toggle source
# File lib/generators/rockstart/testing/env/env_generator.rb, line 16
def add_dotenv_files
  template "dotenv.test.tt", ".env.test"
end