diff options
| author | Robert | 2017-09-12 11:04:00 +0200 |
|---|---|---|
| committer | Robert | 2017-09-12 11:04:00 +0200 |
| commit | 30e11dcea8a31ae1c28a55d222a70e9e3e9827bf (patch) | |
| tree | f5c918d26659a797f5804ac6f4a0995de1a564ef | |
| parent | e39a2b6a050515946f234700e56a527b767ff316 (diff) | |
| download | chouette-core-30e11dcea8a31ae1c28a55d222a70e9e3e9827bf.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 |
