Oshuma / git-trip

Visualize git commit SHAs. It's nerd acid!

This URL has Read+Write access

git-trip / spec / spec_helper.rb
100644 16 lines (13 sloc) 0.39 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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