jekyll-seo-tag/Rakefile

7 lines
117 B
Ruby
Raw Normal View History

2015-10-25 21:21:46 +00:00
require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
task :default => :spec