[osx] Allow the user to configure a NSApplication subclass and use that instead.

Fixes http://hipbyte.myjetbrains.com/youtrack/issue/RM-539
This commit is contained in:
Eloy Durán
2014-08-05 14:39:15 +02:00
parent 8f2f9109d6
commit 51538c0ac7
2 changed files with 19 additions and 3 deletions

View File

@@ -255,7 +255,7 @@ describe "NSNotFound" do
end
describe "Application singleton subclassing" do
xit "registers the principal class" do
it "registers the principal class" do
app = (ios? ? UIApplication : NSApplication).sharedApplication
app.class.should == ApplicationSubclass
end