Rakefile in faml-0.3.2 vs Rakefile in faml-0.3.3
- old
+ new
@@ -20,10 +20,10 @@
haml_gem = Gem::Specification.find_by_name('haml')
standard_haml_path = File.join(haml_gem.gem_dir, 'test', 'templates', 'standard.haml')
sh 'ruby', 'benchmark/rendering.rb', standard_haml_path
end
- desc "Run rendering benchmark for attribute builder"
+ desc 'Run rendering benchmark for attribute builder'
task :attributes do
sh 'ruby', 'benchmark/rendering.rb', 'benchmark/attribute_builder.haml', 'benchmark/attribute_builder.slim'
end
desc "Run slim's rendering benchmark"