class ApplicationWithFakeEngine

Private Instance Methods

fake_engine() click to toggle source
# File test/rails_app/app/controllers/application_with_fake_engine.rb, line 5
def fake_engine
  @fake_engine ||= FakeEngine.new
end