spec/proxy_services/random_spec.rb in PageRankr-4.4.1 vs spec/proxy_services/random_spec.rb in PageRankr-4.6.0
- old
+ new
@@ -13,9 +13,9 @@
it{should respond_to(:proxy).with(2).arguments}
it "should return a proxy from the list of proxies" do
10.times do
- proxies.should include(subject.proxy(name, site))
+ expect(proxies).to include(subject.proxy(name, site))
end
end
-end
\ No newline at end of file
+end