Skip to content

Commit

Permalink
Minor associations spec cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Apr 30, 2008
1 parent 54dfd92 commit 8db3a1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/lib/strokedb/document/associations_spec.rb
Expand Up @@ -271,7 +271,6 @@
it "should not fail if Song document has no :author slot" do
playlist = Playlist.create!
song = Song.create!(:playlist => playlist)
puts playlist.authors.inspect
playlist.authors.should be_empty
end

Expand Down

0 comments on commit 8db3a1c

Please sign in to comment.