Skip to content
Snippets Groups Projects
Verified Commit a4f13d5a authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Fix user test

parent e7b4ce19
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ class UserTest < ActiveSupport::TestCase
user.expects(:avatar_hash).once.returns '2a1cd7509bf3efad8f8df0511115afef62b9e9a1'
File.expects(:exist?).once.returns true
File.expects(:write).never
user.expects(:avatar_hash=).never
user.expects(:save).never
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment