Clean up spec for tintColor, but it still doesn't work.

This commit is contained in:
Mark Rickert
2013-09-12 15:58:18 -04:00
parent c713a521eb
commit d79ed485da

View File

@@ -106,10 +106,10 @@ describe "PM::Delegate Colors" do
@subject = TestDelegateRed.new
@subject.mock!(:on_load) do |app, options|
app.windows.first.rootViewController.view.tintColor.should == UIColor.blackColor
app.windows.first.rootViewController.view.tintColor.should == UIColor.redColor
end
@subject.application(UIApplication.sharedApplication, didFinishLaunchingWithOptions:{jamon: true})
@subject.application(UIApplication.sharedApplication, didFinishLaunchingWithOptions:nil)
end
end