Sha256: 094acd51d1ab73fdb00fd06cf1df57fe927a2d8075d67775ccfac418e6a81273

Contents?: true

Size: 158 Bytes

Versions: 1

Compression:

Stored size: 158 Bytes

Contents

require 'spec_helper'

module Sendgrid
  describe Api do

    it 'has a non-null VERSION constant' do
      Api::VERSION.should_not be_nil
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sendgrid-api-0.0.1 spec/sendgrid/api/version_spec.rb