Sha256: a90a620f2405b69f8842fe375bdb59f86b3f11d33d7b7734aac419034f22cdb0

Contents?: true

Size: 520 Bytes

Versions: 13

Compression:

Stored size: 520 Bytes

Contents

# frozen_string_literal: true
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..'))

require 'rubygems'
require 'rspec'
require 'timecop'

require 'notion_ruby_client'


Dir[File.join(File.dirname(__FILE__), 'support', '**/*.rb')].each do |file|
  require file
end

Notion.configure do |config|
  config.token = ENV['NOTION_API_TOKEN']
end

RSpec.configure do |config|
  # Enable flags like --only-failures and --next-failure
  config.example_status_persistence_file_path = '.rspec_status'
end

Version data entries

13 entries across 13 versions & 1 rubygems

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