Sha256: 50fefceb9d29381bfbf5c12c3476b9902ace0b484528c2e52ceb803601a54a6e
Contents?: true
Size: 426 Bytes
Versions: 3
Compression:
Stored size: 426 Bytes
Contents
unless defined? Bundler require 'rubygems' require 'bundler' end if ENV['COVERAGE'] require 'simplecov' SimpleCov.start 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 config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gitable-0.4.0 | spec/spec_helper.rb |
gitable-0.3.1 | spec/spec_helper.rb |
gitable-0.3.0 | spec/spec_helper.rb |