Ensure I don't leave public methods around that break the test suit..

This commit is contained in:
David Henry
2014-05-15 19:42:08 +01:00
parent c5c360cdd9
commit 6a628724ea

View File

@@ -1,4 +1,6 @@
class ApplicationWithFakeEngine < ApplicationController
private
helper_method :fake_engine
def fake_engine
@fake_engine ||= FakeEngine.new