Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
skip files that produce syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel authored and zenspider committed Apr 28, 2015
1 parent 38a31c0 commit 0197347
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions default.mspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class MSpecScript
lang_files = ['spec/rubyspec/language',
"^spec/rubyspec/language/array_spec.rb",
"^spec/rubyspec/language/case_spec.rb",
"^spec/rubyspec/language/ensure_spec.rb",
"^spec/rubyspec/language/literal_lambda_spec.rb",
"^spec/rubyspec/language/for_spec.rb",
"^spec/rubyspec/language/block_spec.rb",
Expand Down Expand Up @@ -40,6 +41,7 @@ class MSpecScript
"^spec/rubyspec/core/symbol/encoding_spec.rb",
"^spec/rubyspec/core/symbol/length_spec.rb",
"^spec/rubyspec/core/symbol/size_spec.rb",
"^spec/rubyspec/core/thread/abort_on_exception_spec.rb",
"^spec/rubyspec/core/thread/wakeup_spec.rb"]

lib_files = ['spec/rubyspec/library',
Expand Down

0 comments on commit 0197347

Please sign in to comment.