Add Rspec

This commit is contained in:
Dzmitry Plashchynski
2015-03-01 14:30:40 +02:00
parent 7b28a0b948
commit ab9285ce0b
5 changed files with 68 additions and 2 deletions

View File

@@ -1,2 +1,8 @@
require 'bundler'
Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new('spec')
task default: :spec