Sha256: 516a09b6de403f473702f97bdf901b2c5a07a1f3ed8239a227d087da72c9405e

Contents?: true

Size: 243 Bytes

Versions: 2

Compression:

Stored size: 243 Bytes

Contents

require 'spec_helper'

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

  it "should be instance of Cobregratis::Base" do
    expect(@service.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/service_spec.rb
cobregratis-0.4.3 spec/cobregratis/service_spec.rb