foodsoft/test/unit/membership_test.rb
benni 46450cebef New annotation, because of db switch to mysql.
Background: sqlite has some problems with decimal option.
2011-05-07 21:55:24 +02:00

20 lines
412 B
Ruby

require File.dirname(__FILE__) + '/../test_helper'
class MembershipTest < Test::Unit::TestCase
fixtures :memberships
# Replace this with your real tests.
def test_truth
assert true
end
end
# == Schema Information
#
# Table name: memberships
#
# id :integer(4) not null, primary key
# group_id :integer(4) default(0), not null
# user_id :integer(4) default(0), not null
#