Sha256: 5b59a9bf2d903dc32a919df5f2ea2505b0cc2728f0b277147df3ecc7afca58d3
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 Bytes
Contents
require File.dirname(__FILE__) + '/../spec_helper' describe Cobregratis::Service do before(:each) do @webhook = Cobregratis::WebHook.new end it "should be instance of Cobregratis::Base" do @webhook.kind_of?(Cobregratis::Base).should be_true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cobregratis-0.4.2 | spec/cobregratis/web_hook_spec.rb |