From 1c1aa82fff4c963876962b24380f18343c029235 Mon Sep 17 00:00:00 2001 From: Nikhil Pathak Date: Mon, 25 May 2020 18:18:29 +0530 Subject: [PATCH] Added missing @faker.version next tags on new generators --- lib/faker/tv_shows/big_bang_theory.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/faker/tv_shows/big_bang_theory.rb b/lib/faker/tv_shows/big_bang_theory.rb index c97325f559..6900559eb8 100644 --- a/lib/faker/tv_shows/big_bang_theory.rb +++ b/lib/faker/tv_shows/big_bang_theory.rb @@ -14,6 +14,7 @@ class << self # @example # Faker::TvShows::BigBangTheory.character #=> "Sheldon Cooper" # + # @faker.version next def character fetch('big_bang_theory.characters') end @@ -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