In my changes, I had the name of the module all in lowercase, ie module foo instead of module Foo.
module foo
module Foo
Now it works.