Sha256: 453ce792df559e9a68e574901cf08ec53a29ab0a755b87ce169ad2aecea374cf
Contents?: true
Size: 407 Bytes
Versions: 53
Compression:
Stored size: 407 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_have_named_scope :sorted end end
Version data entries
53 entries across 53 versions & 2 rubygems