Removing leftover comment

This commit is contained in:
Jamon Holmgren
2013-10-18 19:53:03 -07:00
parent b2a4d18479
commit 8b4db1cd59

View File

@@ -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