[DRE-commits] [ruby-acts-as-list] 01/03: Revert "Replace require acts_as_list."

Andrew Lee ajqlee at moszumanska.debian.org
Tue Sep 15 11:46:36 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 74deea5757a2ad2d10dc19b44c01c7d978098ac0
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date:   Tue Sep 15 19:43:49 2015 +0800

    Revert "Replace require acts_as_list."
    
    This reverts commit ff67ab41efb64c9a020f006eb8a0916a49b4bc17.
---
 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 2ca234c..ade94cc 100644
--- a/test/list_test.rb
+++ b/test/list_test.rb
@@ -3,7 +3,7 @@ require 'test/unit'
 require 'rubygems'
 require 'active_record'
 
-require "acts_as_list"
+require "#{File.dirname(__FILE__)}/../lib/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