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

7
spec/spec_helper.rb Normal file
View File

@@ -0,0 +1,7 @@
require 'bundler/setup'
Bundler.setup
require 'periodicity'
RSpec.configure do |config|
end