kook/Rakefile

8 lines
118 B
Text
Raw Permalink Normal View History

2015-07-14 23:00:18 +02:00
2014-01-02 23:36:35 +01:00
require 'rspec/core/rake_task'
2015-07-14 23:00:18 +02:00
require "bundler/gem_tasks"
2014-01-02 23:36:35 +01:00
RSpec::Core::RakeTask.new(:spec)
task :default => :spec