mirror of
https://github.com/inspec/inspec
synced 2024-12-03 09:59:26 +00:00
move mocha to test group in Gemfile
group test gems together.
This commit is contained in:
parent
11933ef305
commit
161bd637f3
2 changed files with 1 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -18,6 +18,7 @@ group :test do
|
|||
gem 'rubocop', '~> 0.36.0'
|
||||
gem 'simplecov', '~> 0.10'
|
||||
gem 'concurrent-ruby', '~> 0.9'
|
||||
gem 'mocha', '~> 1.1'
|
||||
end
|
||||
|
||||
group :integration do
|
||||
|
|
|
@ -36,6 +36,4 @@ Gem::Specification.new do |spec|
|
|||
spec.add_dependency 'hashie', '~> 3.4'
|
||||
spec.add_dependency 'molinillo', '~> 0'
|
||||
spec.add_dependency 'sslshake', '~> 1'
|
||||
|
||||
spec.add_development_dependency 'mocha', '~> 1.1'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue