diff options
| author | Robert | 2017-09-14 09:39:57 +0200 | 
|---|---|---|
| committer | Robert | 2017-09-14 09:39:57 +0200 | 
| commit | 8540c95482f97ce47d2ebe916f82d3cea01a4344 (patch) | |
| tree | 9a409a20d7cc8022354aaeb74dfe31f40494da2b | |
| parent | 2f52ae9e95a61878eb9baecdeddbb8ab4f55c04d (diff) | |
| download | chouette-core-8540c95482f97ce47d2ebe916f82d3cea01a4344.tar.bz2 | |
fix permission tests for newly introduced `api_keys.*` permissions
| -rw-r--r-- | spec/support/permissions.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/spec/support/permissions.rb b/spec/support/permissions.rb index fcf9ae9c4..a28b62bf2 100644 --- a/spec/support/permissions.rb +++ b/spec/support/permissions.rb @@ -13,6 +13,7 @@ module Support      def _permitted_resources        %w[ +      api_keys        access_points        connection_links        calendars | 
