diff --git a/spec/models/album_spec.rb b/spec/models/album_spec.rb index a47c6026ded1a2480ba1bfa61bffc0b8a3fb3331..e5b93593a43e27b37844138c32cd47e1aa15771c 100644 --- a/spec/models/album_spec.rb +++ b/spec/models/album_spec.rb @@ -20,7 +20,7 @@ describe Album do end it 'has many photos' do - album.associations[:photos].type == :many + album.associations[:photos].type.should == :many end context 'when an album has two attached images' do