You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Yield after all required configuration is made on .prepare
* Use #tap to change strategy client options
* Fix strategy instances being collected as options
* Expose the stubbed service url with the #url method
* Ability for mock to either authenticate or not
* Add comment on readme about simulating sign-in and sign-out flows
# The message coming from Artanis & the Fake Artanis "StubbedSSOService":
79
+
expect(page).to have_content 'Signed out successfully.'
80
+
end
81
+
```
82
+
54
83
## Development
55
84
56
85
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
0 commit comments