# Create a fake Motion class hierarchy for testing. module Motion module Project class App def self.setup end end class Config end end end