kook/Rakefile

6 lines
89 B
Ruby
Raw Normal View History

2014-01-02 22:36:35 +00:00
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec