##// END OF EJS Templates
Ruby 1.9: fix typo of rake task name to check parsing yaml by psych library (#8847, #4050)....
Toshi MARUYAMA -
r6529:b2bdfc8ff1dd
parent child
Show More
@@ -123,7 +123,7 END_DESC
123 # in case of installing by rvm,
123 # in case of installing by rvm,
124 # Ruby 1.9 default yaml library is psych.
124 # Ruby 1.9 default yaml library is psych.
125
125
126 task :check_parsing_by_psynch do
126 task :check_parsing_by_psych do
127 begin
127 begin
128 require 'psych'
128 require 'psych'
129 parser = Psych::Parser.new
129 parser = Psych::Parser.new
General Comments 0
You need to be logged in to leave comments. Login now