Sha256: 997c79e7cf04d874f49f03c67fdb1a030550bd20074638d4daf2bf5796d51eb0
Contents?: true
Size: 395 Bytes
Versions: 24
Compression:
Stored size: 395 Bytes
Contents
# == Schema Information # # Table name: service_categories # # id :integer(4) not null, primary key # name :string(255) not null # sort :integer(4) default(0) # require File.dirname(__FILE__) + '/../test_helper' class ServiceCategoryTest < ActiveSupport::TestCase context "service category instance" do should_have_many :services should_scope_sorted end end
Version data entries
24 entries across 24 versions & 1 rubygems