Sha256: 87c6766d869dee07749244b1f45effbe8c046d453827bf0de1aaf0ba5e82277b

Contents?: true

Size: 828 Bytes

Versions: 18

Compression:

Stored size: 828 Bytes

Contents

# Copyright (C) 2009  Kouhei Sutou <kou@clear-code.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License version 2.1 as published by the Free Software Foundation.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

require 'active_support/test_case'

module ActiveGroonga
  class TestCase < ActiveSupport::TestCase
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
activegroonga-4.2.1 lib/active_groonga/test_case.rb
activegroonga-4.2.0 lib/active_groonga/test_case.rb
activegroonga-4.0.0 lib/active_groonga/test_case.rb
activegroonga-2.1.4 lib/active_groonga/test_case.rb
activegroonga-2.1.3 lib/active_groonga/test_case.rb
activegroonga-2.1.2 lib/active_groonga/test_case.rb
activegroonga-2.1.1 lib/active_groonga/test_case.rb
activegroonga-1.0.7 lib/active_groonga/test_case.rb
activegroonga-1.0.6 lib/active_groonga/test_case.rb
activegroonga-1.0.5 lib/active_groonga/test_case.rb
activegroonga-1.0.4 lib/active_groonga/test_case.rb
activegroonga-1.0.3 lib/active_groonga/test_case.rb
activegroonga-1.0.1 lib/active_groonga/test_case.rb
activegroonga-1.0.0 lib/active_groonga/test_case.rb
activegroonga-0.0.7 lib/active_groonga/test_case.rb
activegroonga-0.0.6 lib/active_groonga/test_case.rb
activegroonga-0.0.2 lib/active_groonga/test_case.rb
activegroonga-0.0.1 lib/active_groonga/test_case.rb