Sha256: 394673ef5cac87420a66740424a0f02c9c3aa412a6a75b5b1d9bc24b8eb4c0be

Contents?: true

Size: 442 Bytes

Versions: 21

Compression:

Stored size: 442 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

21 entries across 21 versions & 1 rubygems

Version Path
github_cli-0.6.1 spec/spec_helper.rb
github_cli-0.6.0 spec/spec_helper.rb
github_cli-0.5.9 spec/spec_helper.rb
github_cli-0.5.8 spec/spec_helper.rb
github_cli-0.5.7 spec/spec_helper.rb
github_cli-0.5.6 spec/spec_helper.rb
github_cli-0.5.5 spec/spec_helper.rb
github_cli-0.5.4 spec/spec_helper.rb
github_cli-0.5.3 spec/spec_helper.rb
github_cli-0.5.2 spec/spec_helper.rb
github_cli-0.5.1 spec/spec_helper.rb
github_cli-0.5.0 spec/spec_helper.rb
github_cli-0.4.4 spec/spec_helper.rb
github_cli-0.4.3 spec/spec_helper.rb
github_cli-0.4.2 spec/spec_helper.rb
github_cli-0.4.1 spec/spec_helper.rb
github_cli-0.4.0 spec/spec_helper.rb
github_cli-0.3.1 spec/spec_helper.rb
github_cli-0.3.0 spec/spec_helper.rb
github_cli-0.2.1 spec/spec_helper.rb