Sha256: 6e9c4d055a7d1ee0c626de32ac3d5ccb46b5b65a70c76ce8d64537800df0a9b8
Contents?: true
Size: 669 Bytes
Versions: 3
Compression:
Stored size: 669 Bytes
Contents
require 'set' $:.unshift(File.realpath(File.dirname(__FILE__) + '/../lib')) require 'freee' def get_client_id ENV["FREEE_CLIENT_ID"] end def get_secret_key ENV["FREEE_SECRET_KEY"] end def get_token ENV["FREEE_APPLICATION_TOKEN"] end def get_redirect_url ENV["FREEE_REDIRECT_URL"] end def get_authorization_code ENV["FREEE_AUTHORIZATION_CODE"] end def get_company_id ENV["FREEE_COMPANY_ID"] end def get_walletable_id ENV["FREEE_WALLETABLE_ID"] end RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true config.filter_run :focus config.order = 'random' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
freee-0.3.1 | spec/spec_helper.rb |
freee-0.3.0 | spec/spec_helper.rb |
freee-0.2.0 | spec/spec_helper.rb |