Description: Update tests
 Update the test file to require file from lib folder.
 .
 ruby-redis-activesupport (4.0.0-1) UNRELEASED; urgency=medium
 .
   * Initial release (Closes: #nnnn)
Author: Balasankar C <balasankarc@autistici.org>


--- a/test/redis/activesupport/version_test.rb
+++ b/test/redis/activesupport/version_test.rb
@@ -1,5 +1,6 @@
 require 'test_helper'
 
+require 'redis/activesupport/version'
 describe Redis::ActiveSupport::VERSION do
   it 'returns current version' do
     Redis::ActiveSupport::VERSION.must_equal '4.0.0'
