ur 0.0.2 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +0,0 @@
1
- require_relative 'test_helper'
2
-
3
- describe 'Ur processing' do
4
- it 'sets duration from began_at' do
5
- ur = Ur.new
6
- ur.processing.began_at = Time.now
7
- ur.processing.finish!
8
- assert_instance_of(Float, ur.processing.duration)
9
- assert_operator(ur.processing.duration, :>, 0)
10
- end
11
- end