Sha256: 74eb21a0106ba1b3e594a361e098ad03c8f83c9611b90b163c86609539ce2289
Contents?: true
Size: 498 Bytes
Versions: 9
Compression:
Stored size: 498 Bytes
Contents
########################################### require 'spec_helper' ########################################### class InstallationSpec < Rails::Generators::TestCase #Setup tests ExceptionHandler::Generators::InstallGenerator destination File.expand_path("../../tmp", __FILE__) #Before setup do prepare_destination run_generator end #Config Installer test "assert Config Files Are Created" do assert_file "config/initializers/exception_handler.rb" end end
Version data entries
9 entries across 9 versions & 1 rubygems