Sha256: 0d73df5ed56869ba15ac40892defd9810a72b211e4581bcb46485c0b44507968

Contents?: true

Size: 154 Bytes

Versions: 13

Compression:

Stored size: 154 Bytes

Contents

# frozen_string_literal: true
require 'spec_helper'

describe Notion do
  it 'has a version' do
    expect(Notion::VERSION).not_to be nil
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
notion-ruby-client-1.2.2 spec/notion/version_spec.rb
notion-ruby-client-1.2.1 spec/notion/version_spec.rb
notion-ruby-client-1.2.0 spec/notion/version_spec.rb
notion-ruby-client-1.1.0 spec/notion/version_spec.rb
notion-ruby-client-1.0.0 spec/notion/version_spec.rb
notion-ruby-client-1.0.0.pre.beta2 spec/notion/version_spec.rb
notion-ruby-client-1.0.0.pre.beta1 spec/notion/version_spec.rb
notion-ruby-client-0.1.0.pre.beta1 spec/notion/version_spec.rb
notion-ruby-client-0.0.8 spec/notion/version_spec.rb
notion-ruby-client-0.0.7 spec/notion/version_spec.rb
notion-ruby-client-0.0.6 spec/notion/version_spec.rb
notion-ruby-client-0.0.5 spec/notion/version_spec.rb
notion-ruby-client-0.0.4 spec/notion/version_spec.rb