diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-25 16:25:59 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-25 16:25:59 +0200 |
| commit | 535339a6ab756b0bfb1164afb764acef6e1f46af (patch) | |
| tree | 44c1968ddb5e3e0aca9bbf0c4eda01109928af34 /spec/support | |
| parent | d4bfacc36524c79516435e34352e8dc15919a118 (diff) | |
| download | gitlab-ce-535339a6ab756b0bfb1164afb764acef6e1f46af.tar.gz | |
Fix tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'spec/support')
| -rw-r--r-- | spec/support/test_env.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/test_env.rb b/spec/support/test_env.rb index d00decf6121..d237f7ad094 100644 --- a/spec/support/test_env.rb +++ b/spec/support/test_env.rb @@ -90,7 +90,7 @@ module TestEnv size: 12.45 ) - ActivityObserver.any_instance.stub( + BaseObserver.any_instance.stub( current_user: double("current_user", id: 1) ) end |
