1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-06-02 16:34:40 +02:00
dyndnsd/Rakefile

7 lines
117 B
Ruby
Raw Normal View History

2013-04-27 14:07:14 +02:00
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec