Add Rakefile to run tests

master
Guillaume Dott 2015-05-27 11:26:43 +02:00
parent 415f7c9d24
commit c4bde860e2
1 changed files with 5 additions and 0 deletions

5
Rakefile 100644
View File

@ -0,0 +1,5 @@
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec