benburkert / randexp

generate random data from a Regular Expression
MIT License
287 stars 43 forks source link

Not working on fedora #18

Open ka8725 opened 9 years ago

ka8725 commented 9 years ago

StandardError: An error has occurred, this and all later migrations canceled: Words file not found. Check if it is installed in (/usr/share/dict/words or /usr/dict/words)

ksinkar commented 8 years ago

@ka8725 How did you install this gem? Did you

$ bundle install 

or

$ gem install randexp

or

$ sudo dnf install -y rubygem-randexp