Sha256: 9637be2bcf14bf27176d6bbcf73cfaed0fb96b70e1e9c40f916fa9427f34aa34
Contents?: true
Size: 374 Bytes
Versions: 27
Compression:
Stored size: 374 Bytes
Contents
module Rspec module Generators class InstallGenerator < Rails::Generators::NamedBase desc "Generate a Handler spec in spec/bot" source_root File.expand_path("../templates", __FILE__) def copy_files empty_directory 'spec/bot' template "application_handler_spec.rb", "spec/bot/application_handler_spec.rb" end end end end
Version data entries
27 entries across 27 versions & 1 rubygems