mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-06 03:01:21 -04:00
add test for lazy loading hook
This commit is contained in:
committed by
Leonardo Tegon
parent
2bb8e1c236
commit
f220b992c3
5
test/rails_app/lib/lazy_load_test_module.rb
Normal file
5
test/rails_app/lib/lazy_load_test_module.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
module LazyLoadTestModule
|
||||
def lazy_loading_works?
|
||||
"yes it does"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user