4 lines
85 B
Ruby
4 lines
85 B
Ruby
|
|
RSpec.configure do |config|
|
||
|
|
config.include ActiveSupport::Testing::TimeHelpers
|
||
|
|
end
|