diff options
| author | Alban Peignier | 2018-05-10 19:39:10 +0200 |
|---|---|---|
| committer | Alban Peignier | 2018-05-10 19:39:10 +0200 |
| commit | 65afd2cfe722e57241d27cf8a1069ca67aafc3e0 (patch) | |
| tree | 20201cfb0024443ab819cdcd51c31f608fb8547d /spec/support | |
| parent | 091b582db02ca6f8304cb0176b818a7a90be8d88 (diff) | |
| download | chouette-core-65afd2cfe722e57241d27cf8a1069ca67aafc3e0.tar.bz2 | |
Fix specs. Refs #6960
Diffstat (limited to 'spec/support')
| -rw-r--r-- | spec/support/permissions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/permissions.rb b/spec/support/permissions.rb index 825e44725..557fb9a51 100644 --- a/spec/support/permissions.rb +++ b/spec/support/permissions.rb @@ -2,7 +2,7 @@ module Support module Permissions extend self def all_permissions - @__all_permissions__ ||= _destructive_permissions << 'sessions.create' + @__all_permissions__ ||= _destructive_permissions + %w{sessions.create workbenches.update} end private |
