File: Rakefile

package info (click to toggle)
ruby-jekyll-polyglot 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,840 kB
  • sloc: xml: 12,011; ruby: 1,740; sh: 32; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (5)
1
2
3
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
task :default => [:spec]