Sha256: f72288b796a3f7b866f2b11c62c4def39ff9c5e81f3f63fe2fe05bc8e8b917d7
Contents?: true
Size: 375 Bytes
Versions: 11
Compression:
Stored size: 375 Bytes
Contents
require 'rubygems' require 'spork' #uncomment the following line to use spork with the debugger #require 'spork/ext/ruby-debug' Spork.prefork do require 'rspec' FIXTURES_DIR = File.join(File.dirname(__FILE__), 'fixtures') def load_json(file) File.read(File.join(FIXTURES_DIR, 'json', file)).strip end end Spork.each_run do require 'git-object-browser' end
Version data entries
11 entries across 11 versions & 1 rubygems