assemblymade/coderwall

View on GitHub
app/badges/nephila_komaci.rb

Summary

Maintainability
A
0 mins
Test Coverage
class NephilaKomaci < LanguageBadge
  describe "Nephila Komaci",
           skill:             'PHP',
           description:       "Have at least one original repos where PHP is the dominant language",
           for:               "having at least one original repos where PHP is the dominant language",
           image_name:        'nephilakomaci.png',
           providers:         :github,
           language_required: "PHP",
           number_required:   1

end