spec with rake

This commit is contained in:
Loic Nageleisen 2014-04-18 19:20:45 +02:00
parent da57a0ad56
commit c5a4efeb8c

5
Rakefile Normal file
View file

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