Skip to content

Commit

Permalink
Disable mutant for rbx for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nevir committed Mar 6, 2013
1 parent 927f4a1 commit 5f2c7b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/spec/mutate.rake
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ namespace :spec do

def mutant_supported?
return false unless RUBY_VERSION.start_with?("1.9")
# TODO: Rubinius crashes under mutant:
# https://github.com/rubinius/rubinius/issues/2186
return false if RUBY_ENGINE == "rbx"

begin
return false unless RUBY_ENGINE == "ruby" || RUBY_ENGINE == "rbx"
Expand Down

0 comments on commit 5f2c7b6

Please sign in to comment.