No longer need pygments locally
This commit is contained in:
parent
b2a1d61c04
commit
58654176de
6
Rakefile
6
Rakefile
|
@ -50,10 +50,6 @@ task :default => [:test, :features]
|
|||
|
||||
require 'rake/testtask'
|
||||
Rake::TestTask.new(:test) do |test|
|
||||
if `which pygmentize` == ''
|
||||
puts "You must have Pygments installed to run the tests."
|
||||
exit 1
|
||||
end
|
||||
test.libs << 'lib' << 'test'
|
||||
test.pattern = 'test/**/test_*.rb'
|
||||
test.verbose = true
|
||||
|
@ -163,4 +159,4 @@ task :gemspec do
|
|||
spec = [head, manifest, tail].join(" # = MANIFEST =\n")
|
||||
File.open(gemspec_file, 'w') { |io| io.write(spec) }
|
||||
puts "Updated #{gemspec_file}"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue