spec/unit/delegate_spec.rb in ProMotion-2.2.2 vs spec/unit/delegate_spec.rb in ProMotion-2.3.0
- old
+ new
@@ -77,14 +77,9 @@
parameters[:annotation][:jamon].should.be.true
end
@subject.application(UIApplication.sharedApplication, openURL: url, sourceApplication:sourceApplication, annotation: annotation)
end
-
- it "should have an awesome convenience method for UIApplication.sharedApplication" do
- @subject.app.should == UIApplication.sharedApplication
- end
-
end
# iOS 7 ONLY tests
if TestHelper.ios7
describe "PM::Delegate Colors" do