Getting with the RSpec times

This commit is contained in:
Adam Meehan
2015-12-30 12:06:42 +11:00
parent 244f398cc4
commit d57c64dcc2
14 changed files with 14 additions and 39 deletions

View File

@@ -1,6 +1,4 @@
require 'spec_helper'
describe ValidatesTimeliness::Validator, ":is_at option" do
RSpec.describe ValidatesTimeliness::Validator, ":is_at option" do
before do
Timecop.freeze(Time.local(2010, 1, 1, 0, 0, 0))
end