minor change for consistency

This commit is contained in:
Hauke Klement
2015-02-22 21:13:39 +01:00
parent 8b04b47721
commit 02904da7f9
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ describe InternalUser do
end
it 'validates the presence of a password' do
user.update(name: Forgery::Name.full_name)
user.update(name: Forgery(:name).full_name)
expect(user.errors[:password]).to be_present
end
end