Sha256: ff5cad369ebc08cab4e4ec5b501b17a9f26d600a60c87d5a27fbdd823aafc2dc
Contents?: true
Size: 301 Bytes
Versions: 1
Compression:
Stored size: 301 Bytes
Contents
require 'yaml' def settings_file Pathname.new(File.expand_path("../../settings.yml", __FILE__)) end SETTINGS = (File.exists?(settings_file) && yaml= YAML.load_file(settings_file)) ? yaml : {'basic_auth' => 'login:password', 'oauth_token' => 'as79asfd79ads', 'user'=> 'octokat', 'repo' => 'dummy'}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github_api-0.5.1 | features/support/settings.rb |