search for: googlesearchtest

Displaying 1 result from an estimated 1 matches for "googlesearchtest".

Did you mean: google_search_test
2006 Dec 21
4
Stubbing Kernel#open
..._california.html'').read Object.any_instance.expects(:open).with(''http://www.google.com/search?q=california'').returns(stub(:body => body)) @response = GoogleSearch.new(''california'') assert_equal body, @response.body 1) Failure: test_new(GoogleSearchTest) [(eval):1:in `open'' /Users/kev/code/vanna/config/../lib/google_search.rb:5:in `initialize'' ./test/unit/google_search_test.rb:7:in `test_new'']: Unexpected message :open(''http://www.google.com/search?q=california'') sent to #<Mocha::Mock:...