fixes specs

This commit is contained in:
rgarcia
2016-04-18 20:08:05 +02:00
parent f2e0059c96
commit 08db8a6b17

View File

@@ -79,8 +79,8 @@ describe User do
end
describe 'subscription_to_website_newsletter' do
it 'should be false by default' do
expect(subject.newsletter).to eq(false)
it 'should be true by default' do
expect(subject.newsletter).to eq(true)
end
end
end