diff options
| author | Luc Donnet | 2017-09-19 12:16:34 +0200 |
|---|---|---|
| committer | GitHub | 2017-09-19 12:16:34 +0200 |
| commit | a6e965dd9365d629b3ae1209b8bba89281f4987c (patch) | |
| tree | 116c71f459bea6ea202886f19d180bc6981926e9 /spec/support/permissions.rb | |
| parent | 8baf33bc7e46d57dbfbe7eab9848ef0adb38465c (diff) | |
| parent | aef499baf14d5520e7de29ec0d3015f42bf37ffa (diff) | |
| download | chouette-core-a6e965dd9365d629b3ae1209b8bba89281f4987c.tar.bz2 | |
Merge pull request #69 from af83/4431-permission-renaming
Fixes: #4431@0.16666666666666666h;
Diffstat (limited to 'spec/support/permissions.rb')
| -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 a28b62bf2..83de4e43f 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 << 'sessions.create' end private |
