Sha256: 7bcb673acdc56cbb023e4b233ee251ad8ad109facabec585d0892ba095acd13d
Contents?: true
Size: 452 Bytes
Versions: 13
Compression:
Stored size: 452 Bytes
Contents
require 'rails/generators' class TestAppGenerator < Rails::Generators::Base source_root File.expand_path("../../../../support", __FILE__) def run_sufia_generator say_status("warning", "GENERATING SUFIA", :yellow) generate 'sufia', '-f' remove_file 'spec/factories/users.rb' end def remove_index_page remove_file 'public/index.html' end def copy_rspec_rake_task copy_file "lib/tasks/rspec.rake" end end
Version data entries
13 entries across 13 versions & 1 rubygems