Skip to content

Commit

Permalink
Add execution results for Indian festivals
Browse files Browse the repository at this point in the history
  • Loading branch information
Deee92 authored Oct 6, 2023
1 parent 1c44caf commit ce2293a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/indian-festivals/00/execution-results.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
irb(main):025:0> puts IndianFestivalFaker.random_festival
{:name=>"Durga Puja", :clothing=>"Saree, dhoti", :food=>"Mishti dohi, roshogolla", :customs=>"Idol immersion"}
=> nil
irb(main):026:0> puts IndianFestivalFaker.random_festival_data(:name) # =>
Ratha-Yatra
=> nil
irb(main):027:0> puts IndianFestivalFaker.random_festival_data(:food)
Ghujia, puran poli
=> nil
irb(main):028:0>

0 comments on commit ce2293a

Please sign in to comment.