From 7d2ea523746b5ab039d45e92d4487f330b60ed89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Mon, 7 Apr 2014 15:01:05 +0200 Subject: [PATCH] [bacon-ui] Get rid of a false positive warning. --- lib/motion/project/template/ios/spec-helpers/ui.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.