Skip to content

Commit

Permalink
uncomment spec line
Browse files Browse the repository at this point in the history
  • Loading branch information
sbounmy committed May 16, 2014
1 parent 5cbfc16 commit a8e4e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_calculating_business_duration.rb
Expand Up @@ -88,7 +88,7 @@

created_at = Time.local(2014, 05, 12, 20, 50) #yesterday night 20:50
published_at = Time.local(2014, 05, 13, 8, 10) #today morning 08:10
# assert created_at.monday?
assert created_at.monday?
assert published_at.tuesday?

assert_equal 10.minutes, created_at.business_time_until(published_at)
Expand Down

0 comments on commit a8e4e3c

Please sign in to comment.