Skip to content

Commit

Permalink
Fix broken testing link to HTTP expectation module (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored May 9, 2024
1 parent 490290a commit a6351e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ While testing a service in isolation is a good starting point; it does not make
A perfect example of this are [ATH::Controller](/Framework/Controller)s.
Controllers are best tested in conjunction with the various moving parts that make them function.

To make this as easy as possible, the framework provides [ATH::Spec::APITestCase](/Framework/Spec/APITestCase) and provides many helpful `HTTP` related [expectations](/Framework/SpecExpectations/HTTP).
To make this as easy as possible, the framework provides [ATH::Spec::APITestCase](/Framework/Spec/APITestCase) and provides many helpful `HTTP` related [expectations](/Framework/Spec/Expectations/HTTP).

```crystal
require "athena"
Expand Down

0 comments on commit a6351e5

Please sign in to comment.