Closed potomak closed 11 years ago
This looks great, have been testing it this afternoon and it works as expected.
+1 for merging!
By the way, Lamer News doesn't use the pbkdf2 gem but a modified version of it, which is included in the repository.
Actually there is just an include path fix to make in pbkdf2_spec.rb to get the test working.
@fcambus I know, I can include it in the PR if you want. I didn't put it because I thought that it isn't related to the issue.
No need to, I will add the fix just after merging, no worries :) Thanks again.
Trying to fix #129 I added a couple of gems:
rspec
,rake
andrack-test
.I used
rspec
to testurls_to_links
, it's also used to testpbkdf2
but the gem wasn't included in theGemfile
.rake
andRakefile
helps running specs, the command isbundle exec rake
.I included also
rack-test
gem (see http://www.sinatrarb.com/testing.html) even if it's not used at the moment.