All Downloads are FREE. Search and download functionalities are using the official Maven repository.

handlebars.ruby.Rakefile.mustache Maven / Gradle / Ivy

There is a newer version: 1.0.48
Show newest version
begin
  require 'rspec/core/rake_task'

  RSpec::Core::RakeTask.new(:spec)
  task default: :spec
rescue LoadError
  # no rspec available
end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy