Skip corpus testing on 1.9.3

Rubyspec has examples on 2.0.0 syntax, and adding excludes for those
is simply to much work for a little gain.
This commit is contained in:
Markus Schirp 2014-05-26 17:16:02 +00:00
parent 49c60a70c6
commit 27bb96bd94

View file

@ -8,6 +8,10 @@ describe 'Mutant on ruby corpus' do
TMP = ROOT.join('tmp').freeze
before do
pending 'Corpus test is deactivated on 1.9.3' if RUBY_VERSION.eql?('1.9.3')
end
class Project
include Anima.new(:name, :repo_uri, :exclude)