From 61ca8cf836a8c3698fa6d8e2a2587aaad6d0fcf7 Mon Sep 17 00:00:00 2001 From: Mark Rada Date: Mon, 9 Feb 2015 01:54:09 -0500 Subject: [PATCH] Fix an outdated test looking at the old app icon --- test/sanity/ax/test_application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sanity/ax/test_application.rb b/test/sanity/ax/test_application.rb index 17313e1..a86b518 100644 --- a/test/sanity/ax/test_application.rb +++ b/test/sanity/ax/test_application.rb @@ -100,7 +100,7 @@ def test_bundle_identifier end def test_info_plist - assert_equal 'transmute', app.info_plist['CFBundleIconFile'] + assert_equal 'hmmmmm', app.info_plist['CFBundleIconFile'] end def test_version