Skip to content

Commit

Permalink
Merge pull request #203 from turingschool/ruby-testing-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
kaylagordon authored Nov 3, 2023
2 parents e6da60e + 3faf13e commit fcd0797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back-end/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ title: Intro to Testing

## Tests

In software, it is common to write automated <span class="vocab">tests</span> to verify that our code behaves the way we want it to and doesn't have any negative or unexpected side affects (bugs) on any other part of a project. These tests are usually written in the same language the code itself is in, with the help of a tool that is usually categorized as a <span class="vocab">testing framework</span>.
In software, it is common to write automated <span class="vocab">tests</span> to verify that our code behaves the way we want it to and doesn't have any negative or unexpected side effects (bugs) on any other part of a project. These tests are usually written in the same language the code itself is in, with the help of a tool that is usually categorized as a <span class="vocab">testing framework</span>.

### File Structure

Expand Down

0 comments on commit fcd0797

Please sign in to comment.