Sha256: fde245ce919f69d94965788ee02a500b7288058a54b2e155d57ffd4f91ca56a7

Contents?: true

Size: 298 Bytes

Versions: 4

Compression:

Stored size: 298 Bytes

Contents

unless defined? Bundler
  require 'rubygems'
  require 'bundler'
end

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'gitable'
require 'rspec'
require 'describe_uri'

RSpec.configure do |config|
  config.extend DescribeURI
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gitable-0.2.3 spec/spec_helper.rb
gitable-0.2.2 spec/spec_helper.rb
gitable-0.2.1 spec/spec_helper.rb
gitable-0.2.0 spec/spec_helper.rb