mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-29 13:51:58 +02:00
8 lines
94 B
Ruby
8 lines
94 B
Ruby
require 'bundler/setup'
|
|
Bundler.setup
|
|
|
|
require 'periodicity'
|
|
|
|
RSpec.configure do |config|
|
|
end
|