Sha256: 460f70af82db9f5e6472f4b2ab84fb828471348790996a32cc762a2521870c02
Contents?: true
Size: 453 Bytes
Versions: 18
Compression:
Stored size: 453 Bytes
Contents
require "test_helper" require "rails/generators/test_case" require "generators/pointless_feedback/install_generator" class InstallGeneratorTest < Rails::Generators::TestCase tests PointlessFeedback::Generators::InstallGenerator destination File.expand_path("../../tmp", __FILE__) setup :prepare_destination test "Assert all files are properly created" do run_generator assert_file "config/initializers/pointless_feedback.rb" end end
Version data entries
18 entries across 18 versions & 1 rubygems