remove security hax comment
This commit is contained in:
parent
196e438286
commit
7cccb6594f
1 changed files with 1 additions and 2 deletions
|
|
@ -172,7 +172,7 @@ describe Photo, :type => :model do
|
||||||
expect(image.exif.length).to eq(0)
|
expect(image.exif.length).to eq(0)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'non-image files' do
|
describe 'non-image files' do
|
||||||
it 'should not store' do
|
it 'should not store' do
|
||||||
file = File.open(@fail_fixture_name)
|
file = File.open(@fail_fixture_name)
|
||||||
|
|
@ -213,7 +213,6 @@ describe Photo, :type => :model do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'should set the remote_photo on marshalling' do
|
it 'should set the remote_photo on marshalling' do
|
||||||
#security hax
|
|
||||||
user2 = FactoryGirl.create(:user)
|
user2 = FactoryGirl.create(:user)
|
||||||
aspect2 = user2.aspects.create(:name => "foobars")
|
aspect2 = user2.aspects.create(:name => "foobars")
|
||||||
connect_users(@user, @aspect, user2, aspect2)
|
connect_users(@user, @aspect, user2, aspect2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue