Skip to content

Commit

Permalink
Optional leftright support
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Aug 9, 2010
1 parent d83b7b3 commit d75e0d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/test_helper.rb
Expand Up @@ -5,6 +5,11 @@
require 'rubygems'
require 'resque'

begin
require 'leftright'
rescue LoadError
end


#
# make sure we can run redis
Expand Down

0 comments on commit d75e0d6

Please sign in to comment.