Commit 34bb354c authored by Nick Thomas's avatar Nick Thomas

Fix a flaky GitlabSubscription spec

parent 2c973227
require 'spec_helper'
describe GitlabSubscription do
around do |example|
Timecop.freeze do
example.run
end
end
describe 'default values' do
it do
expect(subject.start_date).to eq(Date.today)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment