Set corpus spec to pending

This commit is contained in:
Markus Schirp 2014-04-09 16:01:47 +00:00
parent efea381059
commit 2737cecfcd

View file

@ -3,6 +3,11 @@
require 'spec_helper'
describe 'Mutant on ruby corpus' do
before do
pending 'Unparser is too slow on big files'
end
ROOT = Pathname.new(__FILE__).parent.parent.parent.parent
TMP = ROOT.join('tmp')