1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-20 01:50:04 +00:00

add gem test-unit for development

This commit is contained in:
Adrien Waksberg 2017-05-23 19:33:05 +02:00
parent b83b27832e
commit a2c2711ddc
2 changed files with 1 additions and 2 deletions

View file

@ -6,8 +6,6 @@ rvm:
- 2.1.10
install:
- bundle install
- gem install 'test-unit'
- gem install rubocop
- echo 9999 > VERSION
- gem build mpw.gemspec
- gem install mpw-9999.gem

View file

@ -9,5 +9,6 @@ gem 'rotp', '~> 3.1', '>= 3.1.0'
group :development do
gem 'rubocop'
gem 'test-unit'
gem 'yard'
end