Sha256: fdda0f3911b193abd0f53e1928b0fd7e825b68e56bb347e95417627e4d980996
Contents?: true
Size: 281 Bytes
Versions: 2
Compression:
Stored size: 281 Bytes
Contents
require File.join(File.dirname(__FILE__), 'spec_helper') describe Beeper do it "should be able to configure itself" do client = Beeper.configure do |c| c.api_key = "00000000000" c.subdomain = "testdomain" end client.configured?.should == true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
beeper-0.0.2 | spec/beeper_spec.rb |
beeper-0.0.1 | spec/beeper_spec.rb |