You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ruby test_honeypot.rb
/home/tony/src/rack-honeypot/honeypot.rb:6: uninitialized constant Rack::Honeypot::Unindentable (NameError)
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in gem_original_require' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:inrequire'
from test_honeypot.rb:5
The test fails for me:
$ ruby test_honeypot.rb
/home/tony/src/rack-honeypot/honeypot.rb:6: uninitialized constant Rack::Honeypot::Unindentable (NameError)
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in
gem_original_require' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in
require'from test_honeypot.rb:5
$ gem list unindentable
*** LOCAL GEMS ***
unindentable (0.1.0)
$ gem list rack-test
*** LOCAL GEMS ***
rack-test (0.5.7, 0.5.6, 0.5.4)
$ ruby --version
ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-linux]
The text was updated successfully, but these errors were encountered: