Sha256: 85259ed234018b9382fc8a67812d0a6fb3083c01b3be78926db104b853cedcd8

Contents?: true

Size: 196 Bytes

Versions: 8

Compression:

Stored size: 196 Bytes

Contents

# test/test_helper.rb

# Library
require_relative '../lib/tmdb'

# Dependencies
require 'minitest/autorun'
require 'pp'

describe "Test Constants" do
  API_KEY = File.open('test/api_key').read
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tmdb-0.7.0 test/test_helper.rb
tmdb-0.6.1 test/test_helper.rb
tmdb-0.6.0 test/test_helper.rb
tmdb-0.4.1 test/test_helper.rb
tmdb-0.4.0 test/test_helper.rb
tmdb-0.3.0 test/test_helper.rb
tmdb-0.2.1 test/test_helper.rb
tmdb-0.2.0 test/test_helper.rb