We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c5826 commit ecfc7c4Copy full SHA for ecfc7c4
2 files changed
Guardfile
spec/integration/unparser/corpus_spec.rb
@@ -6,9 +6,6 @@
6
if RUBY_ENGINE == 'jruby'
7
skip 'Corpus test exhausts jruby heap space on travis'
8
end
9
- if ENV['GUARD']
10
- skip 'Do not execute corpus spec under guard'
11
- end
12
13
ROOT = Pathname.new(__FILE__).parent.parent.parent.parent
14
0 commit comments