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:
parent
49c60a70c6
commit
27bb96bd94
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue