diff --git a/spec/models/album_spec.rb b/spec/models/album_spec.rb index a47c6026d..e5b93593a 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