From 4b9774a416f917e6d8048c9260b232fc6718a11e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 31 Oct 2017 18:33:27 +0200 Subject: Add: stub IMPLEMENTS for new scenario steps These will need to be implemented for real, but at least it's clear now what needs to be implemented. --- yarns/900-remote.yarn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'yarns/900-remote.yarn') diff --git a/yarns/900-remote.yarn b/yarns/900-remote.yarn index 0a28c81..2d013a6 100644 --- a/yarns/900-remote.yarn +++ b/yarns/900-remote.yarn @@ -37,6 +37,9 @@ along with this program. If not, see . vars['issuer'] = 'localhost' vars['audience'] = 'localhost' + IMPLEMENTS GIVEN an access token for (\S+) with scopes (.+) + assert 0 + ## Controller configuration IMPLEMENTS GIVEN controller config uses (\S+) at the state directory -- cgit v1.2.1