Sha256: 3814179825e447e1da4f60850075e632f73753207157d901c266de1d1d4fd7a4
Contents?: true
Size: 348 Bytes
Versions: 1
Compression:
Stored size: 348 Bytes
Contents
require 'spec_helper' describe TelevisionAiring do before(:each) do @valid_attributes = { :television_time_slot_id => 1, :title => "value for title", :description => "value for description" } end it "should create a new instance given valid attributes" do TelevisionAiring.create!(@valid_attributes) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
admin_assistant-1.0.1 | test_rails_app/spec/models/television_airing_spec.rb |