Sha256: 5feb1594c29afd41dfa4db8bacd30fd76cc280b00f5c02f94f5b25a125a583f7
Contents?: true
Size: 311 Bytes
Versions: 2
Compression:
Stored size: 311 Bytes
Contents
require 'spec_helper' describe GoogleCells::UrlHelper do class TestClass extend GoogleCells::UrlHelper end subject{ TestClass } it "returns worksheets uri" do subject.worksheets_uri('12345').should eq "https://spreadsheets.google."+ "com/feeds/worksheets/12345/private/full" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
google-cells-0.4.0 | spec/google_cells/url_helper_spec.rb |
google-cells-0.3.0 | spec/google_cells/url_helper_spec.rb |