project_honeypot/Rakefile

6 lines
89 B
Ruby
Raw Normal View History

2015-05-27 11:26:43 +02:00
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec