Skip to content

Commit

Permalink
Remove broken FAQ link from README (#441)
Browse files Browse the repository at this point in the history
* Fix typo in README

* Remove broken FAQ link

* chore: remove focus switch for tests

---------

Co-authored-by: Steve Hobbs <[email protected]>
  • Loading branch information
joxxoxo and stevehobbsdev authored Feb 9, 2023
1 parent a21b6a4 commit d148380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Ruby API client for the [Auth0](https://auth0.com) platform.

- [API documentation](https://www.rubydoc.info/gems/auth0) - documentation auto-generated from the code comments that explains all the available features
- [Examples](https://github.com/auth0/ruby-auth0/blob/master/EXAMPLES.md) - examples that demonstrate the different ways in which this SDK can be used
[FAQ](https://github.com/auth0/ruby-auth0/blob/master/FAQ.md) - frequently asked questions about the SDK
- [Docs Site](https://auth0.com/docs) - explore our Docs site and learn more about Auth0

## Getting Started
Expand Down
4 changes: 2 additions & 2 deletions spec/lib/auth0/api/authentication_endpoints_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
end
end

context 'exchange_sms_otp_for_tokens', focus: true do
context 'exchange_sms_otp_for_tokens' do
it 'requests the tokens using an OTP from SMS' do
expect(RestClient::Request).to receive(:execute) do |arg|
expect(arg).to match(
Expand Down Expand Up @@ -335,7 +335,7 @@
end
end

context 'exchange_email_otp_for_tokens', focus: true do
context 'exchange_email_otp_for_tokens' do
it 'requests the tokens using email OTP' do
expect(RestClient::Request).to receive(:execute) do |arg|
expect(arg).to match(
Expand Down

0 comments on commit d148380

Please sign in to comment.