We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a1d61 commit 5865417Copy full SHA for 5865417
Rakefile
@@ -50,10 +50,6 @@ task :default => [:test, :features]
50
51
require 'rake/testtask'
52
Rake::TestTask.new(:test) do |test|
53
- if `which pygmentize` == ''
54
- puts "You must have Pygments installed to run the tests."
55
- exit 1
56
- end
57
test.libs << 'lib' << 'test'
58
test.pattern = 'test/**/test_*.rb'
59
test.verbose = true
@@ -163,4 +159,4 @@ task :gemspec do
163
159
spec = [head, manifest, tail].join(" # = MANIFEST =\n")
164
160
File.open(gemspec_file, 'w') { |io| io.write(spec) }
165
161
puts "Updated #{gemspec_file}"
166
-end
162
+end
0 commit comments