mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Allow running individual tests via the m
gem.
``` $ bundle exec m test/test_rack_handler.rb:34 ``` If it's not in the Gemfile, then you can't execute `m` with `bundle exec`.
This commit is contained in:
parent
2668597ec1
commit
ce57cfb8c3
1 changed files with 2 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -16,3 +16,5 @@ gem "rubocop", "~> 0.58.0"
|
|||
if %w(2.2.7 2.2.8 2.2.9 2.2.10 2.3.4 2.4.1).include? RUBY_VERSION
|
||||
gem "stopgap_13632", "~> 1.0", :platforms => ["mri", "mingw", "x64_mingw"]
|
||||
end
|
||||
|
||||
gem 'm'
|
||||
|
|
Loading…
Reference in a new issue