Sha256: 13644c4ae7f6ed26bf33e54e34fd32eaed1bd733728de9d0468ebe9cfa29f8a2

Contents?: true

Size: 163 Bytes

Versions: 12

Compression:

Stored size: 163 Bytes

Contents

module StatisticHelper
  def statistic_date(date)
    date.to_datetime.to_i*1000
  end

  RSpec.configure do |config|
    config.include StatisticHelper
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
sufia-6.2.0 spec/support/statistic_helper.rb
sufia-6.1.0 spec/support/statistic_helper.rb
sufia-5.0.0 spec/support/statistic_helper.rb
sufia-6.0.0 spec/support/statistic_helper.rb
sufia-6.0.0.rc4 spec/support/statistic_helper.rb
sufia-6.0.0.rc3 spec/support/statistic_helper.rb
sufia-5.0.0.rc1 spec/support/statistic_helper.rb
sufia-6.0.0.rc2 spec/support/statistic_helper.rb
sufia-6.0.0.rc1 spec/support/statistic_helper.rb
sufia-4.3.1 spec/support/statistic_helper.rb
sufia-6.0.0.beta1 spec/support/statistic_helper.rb
sufia-4.2.0 spec/support/statistic_helper.rb