Sha256: 519ffe924b47c274365d934c89f16546cbfe44b465decfc88089be965a7d5181

Contents?: true

Size: 243 Bytes

Versions: 2

Compression:

Stored size: 243 Bytes

Contents

require 'spec_helper'

describe Cobregratis::Service do
  before(:each) do
    @webhook = Cobregratis::WebHook.new
  end

  it "should be instance of Cobregratis::Base" do
    expect(@webhook.kind_of?(Cobregratis::Base)).to be_true
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cobregratis-0.4.4 spec/cobregratis/web_hook_spec.rb
cobregratis-0.4.3 spec/cobregratis/web_hook_spec.rb