mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
Merge pull request #116 from chef/test-groups
Merged change 11463d26-f7ff-4b7d-8af6-b0b92054c9c1 From review branch test-groups into master Signed-off-by: chartmann <chartmann@chef.io>
This commit is contained in:
commit
8b78b2c167
39 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -19,7 +19,7 @@ task default: [:test, :lint]
|
|||
|
||||
Rake::TestTask.new do |t|
|
||||
t.libs << 'test'
|
||||
t.pattern = 'test/unit/*_test.rb'
|
||||
t.pattern = 'test/unit/**/*_test.rb'
|
||||
t.warning = true
|
||||
t.verbose = true
|
||||
t.ruby_opts = ['--dev'] if defined?(JRUBY_VERSION)
|
||||
|
|
Loading…
Reference in a new issue