Sha256: 76b4d00264abe1b11da5c4fc6aa135d5af347b7bc0e1f8e699f8d68cc44c1c35
Contents?: true
Size: 351 Bytes
Versions: 13
Compression:
Stored size: 351 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'rspec' require 'rspec/its' require 'simplecov' require 'docker' Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } RSpec.configure do |config| config.mock_with :rspec config.color = true config.formatter = :documentation config.tty = true end
Version data entries
13 entries across 13 versions & 1 rubygems