Sha256: c13992cfff5f79312138e8a26ac4472fba3beb39203de18806bf763b978870b8
Contents?: true
Size: 456 Bytes
Versions: 18
Compression:
Stored size: 456 Bytes
Contents
require "test_helper" require "rails/generators/test_case" require "generators/pointless_feedback/views_generator" class ViewsGeneratorTest < Rails::Generators::TestCase tests PointlessFeedback::Generators::ViewsGenerator destination File.expand_path("../../tmp", __FILE__) setup :prepare_destination test "Assert all views are properly created" do run_generator assert_file 'app/views/pointless_feedback/messages/new.html.erb' end end
Version data entries
18 entries across 18 versions & 1 rubygems