aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/raises_load_error.rb
blob: f97be29b71ddeb1e543156dd2f4317e5556bb06b (plain) (tree)
1
2
3
4



                                                                                  
# frozen_string_literal: true

# raises a load error typical of the dynamic code that manually raises load errors
raise LoadError, "required gem not present kind of error"