Sha256: 028cd35f7289571a7eb236e379b19c9726e02546334afb4edc74e703ca2a0fa3
Contents?: true
Size: 295 Bytes
Versions: 1
Compression:
Stored size: 295 Bytes
Contents
=begin require 'spec_helper' describe Appointment do before(:each) do @valid_attributes = { :subject => "value for subject", :time => Time.now } end it "should create a new instance given valid attributes" do Appointment.create!(@valid_attributes) end end =end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
admin_assistant-1.0.1 | test_rails_app/spec/models/appointment_spec.rb |