diff options
| author | Robert | 2017-09-12 11:04:00 +0200 |
|---|---|---|
| committer | Robert | 2017-09-14 16:08:08 +0200 |
| commit | 53be68710dd7c101172ca9244b9843834a858b4e (patch) | |
| tree | 68f2a8041c6f9ba58af65ba9eddec4f91c659c39 | |
| parent | 50313a0b49c0e61ac64e0592b7c5dd3c0b6cd12e (diff) | |
| download | chouette-core-53be68710dd7c101172ca9244b9843834a858b4e.tar.bz2 | |
Refs: #4446@1h; Migration, using VPN for app, clarification of specs --> Ticket in Feedback
| -rw-r--r-- | spec/features/api_keys/api_keys_new_feature_spec.rb | 5 | ||||
| -rw-r--r-- | spec/features/line_footnotes_permissions_spec.rb | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/spec/features/api_keys/api_keys_new_feature_spec.rb b/spec/features/api_keys/api_keys_new_feature_spec.rb new file mode 100644 index 000000000..3de329882 --- /dev/null +++ b/spec/features/api_keys/api_keys_new_feature_spec.rb @@ -0,0 +1,5 @@ +RSpec.describe 'New API Key', type: :feature do + login_user + +end + diff --git a/spec/features/line_footnotes_permissions_spec.rb b/spec/features/line_footnotes_permissions_spec.rb index 4de2a6137..62adbfcd5 100644 --- a/spec/features/line_footnotes_permissions_spec.rb +++ b/spec/features/line_footnotes_permissions_spec.rb @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - describe 'Line Footnotes', type: :feature do login_user |
