Skip to content

Commit

Permalink
Add group: :test to sample Gemfile description in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tompng committed Dec 22, 2023
1 parent 83718cd commit dd351a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ $ gem install repl_type_completor
Or add these lines to your project's Gemfile.
```ruby
gem 'irb'
gem 'repl_type_completor', group: :development
gem 'repl_type_completor', group: [:development, :test]
```

Now you can use type based completion by:
Expand Down

0 comments on commit dd351a2

Please sign in to comment.