add test for lazy loading hook

This commit is contained in:
Wolfram Nikolas Müller
2018-03-27 16:33:01 +02:00
committed by Leonardo Tegon
parent 2bb8e1c236
commit f220b992c3
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
module LazyLoadTestModule
def lazy_loading_works?
"yes it does"
end
end