Skip to content

Commit

Permalink
Remove unnecessary test app generation step
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Oct 11, 2022
1 parent 3d19fcc commit 7ad7741
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spec/test_app_templates/lib/generators/test_app_generator.rb
Expand Up @@ -30,11 +30,4 @@ def inject_into_catalog_controller
"\n config.add_facet_field 'pub_date_si', label: 'Publication Date Sort', **default_range_config"
end
end

def assets
return if !defined?(Sprockets::VERSION) || Sprockets::VERSION < '4'

append_to_file 'app/assets/config/manifest.js', "\n//= link application.js"
empty_directory 'app/assets/images'
end
end

0 comments on commit 7ad7741

Please sign in to comment.