require 'spec_helper' require 'blazing/remote' describe Blazing::Remote do context 'post_receive method' do it 'set the gid dir to .git if it is not already' do pending 'dont know how to spec this yet' end end end