mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-31 22:53:14 +02:00
9 lines
112 B
Ruby
9 lines
112 B
Ruby
require 'bundler/setup'
|
|
Bundler.setup
|
|
|
|
require 'timecop'
|
|
require 'periodicity'
|
|
|
|
RSpec.configure do |config|
|
|
end
|