ronin-rb / ronin-wordlists

A library and tool for managing wordlists.
https://ronin-rb.dev
GNU Lesser General Public License v3.0
2 stars 2 forks source link

add `SearchPaths` specs #10

Closed AI-Mozi closed 9 months ago

AI-Mozi commented 10 months ago

1

AI-Mozi commented 9 months ago

Do you prefer expect(subject).to be_kind_of(Ronin::Wordlists::...) or to_be_kind_of(described_class) (if true ofc)

postmodern commented 9 months ago

@AI-Mozi use described_class as much as possible, when possible (you can't use it in explicit classes), to make it easy if we ever want to rename the class/module.