Sha256: b2c46d95ae6ca39eca8a32d3afce8ef6c1f40a7be169c8c753561148b8eb7bc4
Contents?: true
Size: 439 Bytes
Versions: 3
Compression:
Stored size: 439 Bytes
Contents
require 'rubygems' $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require 'github_cli' RSpec.configure do |config| config.order = :rand end def fixture(name) File.read File.expand_path File.join(File.dirname(__FILE__), '..', 'fixtures', name) end def fixture_path(name) File.expand_path File.join(File.dirname(__FILE__), '..', 'fixtures', name) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
github_cli-0.1.3 | spec/spec_helper.rb |
github_cli-0.1.2 | spec/spec_helper.rb |
github_cli-0.1.1 | spec/spec_helper.rb |