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:
parent
b83b27832e
commit
a2c2711ddc
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
1
Gemfile
1
Gemfile
|
@ -9,5 +9,6 @@ gem 'rotp', '~> 3.1', '>= 3.1.0'
|
|||
|
||||
group :development do
|
||||
gem 'rubocop'
|
||||
gem 'test-unit'
|
||||
gem 'yard'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue