Skip to content

Commit

Permalink
Fix superclass (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
iz4blue authored and stympy committed Jul 10, 2017
1 parent de8bad5 commit c652381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faker/time.rb
@@ -1,5 +1,5 @@
module Faker
class Time < Date
class Time < Faker::Date
TIME_RANGES = {
:all => (0..23),
:day => (9..17),
Expand Down

0 comments on commit c652381

Please sign in to comment.