Skip to content

Commit

Permalink
Update installation instructions (#34)
Browse files Browse the repository at this point in the history
People should manually add it to their Gemfile within a test group.
  • Loading branch information
frankieroberto authored Nov 29, 2023
1 parent 79e7270 commit 4a050fa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ order: 1

## Installation

Install the gem by adding it to your `Gemfile`:
Install the gem by adding it to your `Gemfile` within the `test` group:

```bash
gem install govuk-rspec-helpers
```Gemfile
group :test do
# Other gems used for testing
gem "govuk-rspec-helpers"
end
```

## Setup
Expand Down

0 comments on commit 4a050fa

Please sign in to comment.