Skip to content

Commit

Permalink
Fix two incorrect flexible method calls. (faker-ruby#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorshea authored and michebble committed Feb 16, 2020
1 parent 0525221 commit a26f624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/faker/default/chuck_norris.rb
Expand Up @@ -2,7 +2,7 @@

module Faker
class ChuckNorris < Base
flexible :name
flexible :chuck_norris

class << self
# from: https://github.com/jenkinsci/chucknorris-plugin/blob/master/src/main/java/hudson/plugins/chucknorris/FactGenerator.java
Expand Down
2 changes: 1 addition & 1 deletion lib/faker/games/zelda.rb
Expand Up @@ -3,7 +3,7 @@
module Faker
class Games
class Zelda < Base
flexible :space
flexible :zelda
class << self
##
# Produces the name of a Legend of Zelda game.
Expand Down

0 comments on commit a26f624

Please sign in to comment.