spec/http_spec.rb in afmotion-0.9.0 vs spec/http_spec.rb in afmotion-2.0.0.rc1
- old
+ new
@@ -22,20 +22,9 @@
end
wait_max(10) do
@result.nil?.should == false
end
end
-
- it "should work with request" do
- request = NSURLRequest.requestWithURL(NSURL.URLWithString("http://google.com"))
- _module.get(request) do |result|
- @result = result
- resume
- end
- wait_max(10) do
- @result.nil?.should == false
- end
- end
end
end
end
describe "AFMotion::Image" do
\ No newline at end of file