Sha256: bec3d980e688e0c703ede872fc42251f9a850c59c8b158bb41a4c325125f1bc9

Contents?: true

Size: 462 Bytes

Versions: 2

Compression:

Stored size: 462 Bytes

Contents

# These are the real world tests using real world data.
# Whilst the tests are good for ensuring Nothing Goes Wrong,
# It isn't good to always use fake data because you're fooling yourself.
# This test data uses my own personal ~/.gitconfig and will probably not work for you.
require 'rubygems'
require 'test/unit'
require 'shoulda'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
octopi-0.4.5 real_world_test/test_helper.rb
octopi-0.4.4 real_world_test/test_helper.rb