mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Try to fix specs that are failing in jenkins
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
RSpec::Matchers.define :be_within_one_second_of do |expected_time|
|
||||
match do |actual_time|
|
||||
(actual_time - expected_time).abs < 1
|
||||
end
|
||||
failure_message_for_should do |actual_time|
|
||||
"#{actual_time.to_s} is not within 1 second of #{expected_time}"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user