diff options
| author | Douwe Maan <douwe@gitlab.com> | 2015-02-20 15:19:50 +0100 |
|---|---|---|
| committer | Douwe Maan <douwe@gitlab.com> | 2015-02-20 15:19:50 +0100 |
| commit | 4ef6ffaad3e9b7a29b438722e5e101de78521ec7 (patch) | |
| tree | 1441e030e91429d27eaa9e6addb3ee3952f5d22a /features/steps/groups.rb | |
| parent | c801df81fb48272b670b7448e3898a98cdb8b742 (diff) | |
| download | gitlab-ce-4ef6ffaad3e9b7a29b438722e5e101de78521ec7.tar.gz | |
Split up AttachmentUploader.
Diffstat (limited to 'features/steps/groups.rb')
| -rw-r--r-- | features/steps/groups.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/groups.rb b/features/steps/groups.rb index 610e7fd3a48..0a9b4ccba53 100644 --- a/features/steps/groups.rb +++ b/features/steps/groups.rb @@ -110,7 +110,7 @@ class Spinach::Features::Groups < Spinach::FeatureSteps end step 'I should see new group "Owned" avatar' do - Group.find_by(name: "Owned").avatar.should be_instance_of AttachmentUploader + Group.find_by(name: "Owned").avatar.should be_instance_of AvatarUploader Group.find_by(name: "Owned").avatar.url.should == "/uploads/group/avatar/#{ Group.find_by(name:"Owned").id }/gitlab_logo.png" end |
