Sha256: 9b00f0b5f8636014610664c573c2f2add33baafee0b5214b3fcf3a9dea4e9759
Contents?: true
Size: 553 Bytes
Versions: 7
Compression:
Stored size: 553 Bytes
Contents
require 'generators/generators_test_helper' require 'generators/rails/performance_test/performance_test_generator' class PerformanceTestGeneratorTest < Rails::Generators::TestCase tests Rails::Generators::PerformanceTestGenerator arguments %w(dashboard) destination File.expand_path("../../tmp", __FILE__) def setup super prepare_destination end def test_performance_test_skeleton_is_created run_generator assert_file "test/performance/dashboard_test.rb", /class DashboardTest < ActionDispatch::PerformanceTest/ end end
Version data entries
7 entries across 7 versions & 1 rubygems