Sha256: c699e24c3542c58ce5492d2b2008aa62b415db58dd16f84fb476441f038ad9e0

Contents?: true

Size: 390 Bytes

Versions: 3

Compression:

Stored size: 390 Bytes

Contents

require 'spec'

require File.expand_path(File.dirname(__FILE__) + '/../lib/git-trip')
include GitTrip

Spec::Runner.configure do |config|
  # == Mock Framework
  #
  # RSpec uses it's own mocking framework by default. If you prefer to
  # use mocha, flexmock or RR, uncomment the appropriate line:
  #
  # config.mock_with :mocha
  # config.mock_with :flexmock
  # config.mock_with :rr
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
git-trip-0.0.5 spec/spec_helper.rb
git-trip-0.0.3 spec/spec_helper.rb
git-trip-0.0.4 spec/spec_helper.rb