Sha256: 11844525cde9be354ff9d5c6b4c2e599e936ecdc49b9642ef2d2e84e56e6679d

Contents?: true

Size: 272 Bytes

Versions: 4

Compression:

Stored size: 272 Bytes

Contents

require File.dirname(__FILE__) + '/../spec_helper'

describe Cobregratis::Service do
  before(:each) do
    @service = Cobregratis::Service.new
  end
  
  it "should be instance of Cobregratis::Base" do
    @service.kind_of?(Cobregratis::Base).should be_true
  end
  
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cobregratis-0.4.2 spec/cobregratis/service_spec.rb
cobregratis-0.4.1 spec/cobregratis/service_spec.rb
cobregratis-0.4.0 spec/cobregratis/service_spec.rb
cobregratis-0.3.0 spec/cobregratis/service_spec.rb