summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-01-24 19:57:57 -0800
committerTim Smith <tsmith@chef.io>2017-01-24 21:31:55 -0800
commit8bcca46f3b117f5085516569c3a0df81f725d752 (patch)
tree510cbf4ba6008239235bd793af79d30bed230755 /Gemfile
parent3e27195210c8ee77114c4b6c39f56be1d91f42a4 (diff)
downloadohai-8bcca46f3b117f5085516569c3a0df81f725d752.tar.gz
Minor spec file cleanupminor_spec_cleanup
- Use require_relative in all the specs vs. expanding on the current file path. - Add missing license headers - Don't silently swallow ipaddr_extensions not being installed. Make it a development dep instead - Remove a rescue on ipaddress as we only do this in one place and it's a required gem - Make the Openstack plugin spec setup the same way as every other spec Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index b3f7fdb8..88e22611 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,4 +15,5 @@ group :development do
gem "rspec-collection_matchers", "~> 1.0"
gem "rspec_junit_formatter"
gem "github_changelog_generator", git: "https://github.com/tduffield/github-changelog-generator", branch: "adjust-tag-section-mapping"
+ gem "ipaddr_extensions"
end