diff --git a/lib/motion/project/template/ios/spec-helpers/ui.rb b/lib/motion/project/template/ios/spec-helpers/ui.rb index 7e087582..a5d1f7f1 100644 --- a/lib/motion/project/template/ios/spec-helpers/ui.rb +++ b/lib/motion/project/template/ios/spec-helpers/ui.rb @@ -252,7 +252,7 @@ module Bacon module API include RunLoopHelpers - attr_accessor :window + attr_writer :window # Gets overriden by ContextExt#window when the spec context is configured # to run against a specific controller.