Sha256: 385580bac17d80b7869799150551207ee737c8bc2cd7e0a6cca51837361010a8
Contents?: true
Size: 301 Bytes
Versions: 11
Compression:
Stored size: 301 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'fuelsdk' RSpec.configure do |config| config.mock_with :rspec # Use color in STDOUT config.color_enabled = true # Use the specified formatter config.formatter = :documentation end
Version data entries
11 entries across 11 versions & 2 rubygems