Skip to content

Commit

Permalink
Merge pull request #1701 from schneems/schneems/m
Browse files Browse the repository at this point in the history
Allow running individual tests via the `m` gem.
  • Loading branch information
schneems committed Jan 4, 2019
2 parents 2668597 + ce57cfb commit cecc44a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -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'

0 comments on commit cecc44a

Please sign in to comment.