Sha256: dc2d51a59dad565c319ee4ffdb30c9c2407618c62daba212e8f6a83a620acba6
Contents?: true
Size: 525 Bytes
Versions: 52
Compression:
Stored size: 525 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_helper' describe Frequency do fixtures :frequencies it "should should have display_name" do frequencies(:frequency_00001).display_name.should_not be_nil end end # == Schema Information # # Table name: frequencies # # id :integer not null, primary key # name :string(255) not null # display_name :text # note :text # position :integer # created_at :datetime not null # updated_at :datetime not null #
Version data entries
52 entries across 52 versions & 1 rubygems