mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-10 03:13:44 +02:00
10 lines
113 B
Ruby
10 lines
113 B
Ruby
require 'bundler/setup'
|
|
Bundler.setup
|
|
|
|
require 'timecop'
|
|
require 'periodicity'
|
|
|
|
|
|
RSpec.configure do |config|
|
|
end
|