Sha256: d3f7d8b8fe6a72878364f1bb803722727c2a605d33c829672533057503b58165

Contents?: true

Size: 405 Bytes

Versions: 17

Compression:

Stored size: 405 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

#ENV['BUNDLE_GEMFILE'] = File.expand_path('../../Gemfile', __FILE__)

require "rubygems"
require "bundler"
Bundler.load

require 'rspec'

require 'gitmine'

Rspec.configure do |config|
  config.mock_with :rspec
end

Gitmine::Issue::CONFIG_FILE = File.join(File.dirname(__FILE__), 'config.yml')

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
gitmine-0.2.1 spec/spec_helper.rb
gitmine-0.2.0 spec/spec_helper.rb
gitmine-0.1.16 spec/spec_helper.rb
gitmine-0.1.15 spec/spec_helper.rb
gitmine-0.1.14 spec/spec_helper.rb
gitmine-0.1.13 spec/spec_helper.rb
gitmine-0.1.12 spec/spec_helper.rb
gitmine-0.1.11 spec/spec_helper.rb
gitmine-0.1.10 spec/spec_helper.rb
gitmine-0.1.9 spec/spec_helper.rb
gitmine-0.1.8 spec/spec_helper.rb
gitmine-0.1.7 spec/spec_helper.rb
gitmine-0.1.6 spec/spec_helper.rb
gitmine-0.1.5 spec/spec_helper.rb
gitmine-0.1.4.pre.1 spec/spec_helper.rb
gitmine-0.1.4.pre spec/spec_helper.rb
gitmine-0.1.3 spec/spec_helper.rb