Files
Sightstone/Rakefile

6 lines
90 B
Ruby

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new('spec')
task :default => :spec