Add Rakefile to run tests

This commit is contained in:
Guillaume Dott 2015-05-27 11:26:43 +02:00
parent 415f7c9d24
commit c4bde860e2

5
Rakefile Normal file
View File

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