Sha256: 773e0a4f05c5d5d5d980506f2ed5ab6cc0b6954f668023c8d9ed436f4da2df41
Contents?: true
Size: 490 Bytes
Versions: 15
Compression:
Stored size: 490 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 # updated_at :datetime #
Version data entries
15 entries across 15 versions & 1 rubygems