From 8b4db1cd59c667c1948536a249983f400ffa617d Mon Sep 17 00:00:00 2001 From: Jamon Holmgren Date: Fri, 18 Oct 2013 19:53:03 -0700 Subject: [PATCH] Removing leftover comment --- spec/unit/delegate_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/unit/delegate_spec.rb b/spec/unit/delegate_spec.rb index 0ffc167..a411eba 100644 --- a/spec/unit/delegate_spec.rb +++ b/spec/unit/delegate_spec.rb @@ -44,7 +44,6 @@ describe "PM::Delegate" do end end - # Disabled 2013-10-16 by Jamon -- causing failures on iOS 7 it "should return false for was_launched if the app is currently active on screen" do @subject.mock!(:on_push_notification) do |notification, was_launched| was_launched.should.be.false