Sha256: 7f84864054ac8fd4bc816687e3f1a76bbdad1a294ccff3574d3773afb454233a
Contents?: true
Size: 270 Bytes
Versions: 6
Compression:
Stored size: 270 Bytes
Contents
require "balanced" describe "balanced client" do it "should allow setting and reading of the api_key" do client = Balanced::Client.new "miscreant" client.api_key.should eq("miscreant") client.api_key = "foo" client.api_key.should eq("foo") end end
Version data entries
6 entries across 6 versions & 1 rubygems