Sha256: f0f243e72413c52ebd87b389f0de4c127fd85fd39a11fb5e24c6fddfd7cbf7f0
Contents?: true
Size: 347 Bytes
Versions: 1
Compression:
Stored size: 347 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../lib/googleajax') require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "GoogleAjax (temp)" do it "returns results as a hash" do GoogleAjax.referer = "http://example.com" GoogleAjax::Language.translate("Ruby rocks", "en", "fr").should == "Ruby roches" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
googleajax-1.0.1 | spec/temp_spec.rb |