[DRE-commits] [ruby-acts-as-list] 03/03: Replace require	acts_as_list.
    Andrew Lee 
    ajqlee at moszumanska.debian.org
       
    Tue Sep 15 11:27:33 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-acts-as-list.
commit ff67ab41efb64c9a020f006eb8a0916a49b4bc17
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date:   Tue Sep 15 19:27:20 2015 +0800
    Replace require acts_as_list.
---
 test/list_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/list_test.rb b/test/list_test.rb
index ade94cc..2ca234c 100644
--- a/test/list_test.rb
+++ b/test/list_test.rb
@@ -3,7 +3,7 @@ require 'test/unit'
 require 'rubygems'
 require 'active_record'
 
-require "#{File.dirname(__FILE__)}/../lib/acts_as_list"
+require "acts_as_list"
 
 ActiveRecord::Base.establish_connection(:adapter => "sqlite3", :dbfile => ":memory:")
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-acts-as-list.git
    
    
More information about the Pkg-ruby-extras-commits
mailing list