Sha256: 3f077f6638ea6d9cc7f8ba3a8d07c30f5d54e8add43afb4aa54ec41987e7b0b6
Contents?: true
Size: 269 Bytes
Versions: 66
Compression:
Stored size: 269 Bytes
Contents
require 'spec_helper' describe Activity do before(:all) do @activity = Factory(:activity) end it "should be destroyed along with its author" do author = @activity.author author.destroy Activity.find_by_id(@activity.id).should be_nil end end
Version data entries
66 entries across 66 versions & 2 rubygems