Skip to content

Commit

Permalink
Added missing @faker.version next tags on new generators
Browse files Browse the repository at this point in the history
  • Loading branch information
pathaknv committed May 25, 2020
1 parent 9961946 commit 1c1aa82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/faker/tv_shows/big_bang_theory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class << self
# @example
# Faker::TvShows::BigBangTheory.character #=> "Sheldon Cooper"
#
# @faker.version next
def character
fetch('big_bang_theory.characters')
end
Expand All @@ -26,6 +27,7 @@ def character
# @example
# Faker::TvShows::BigBangTheory.quote #=> "I'm not crazy. My mother had me tested."
#
# @faker.version next
def quote
fetch('big_bang_theory.quotes')
end
Expand Down

0 comments on commit 1c1aa82

Please sign in to comment.