summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-08-12 20:12:58 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2020-08-17 15:02:17 -0700
commite538037d00fe0a5eb71444383985969e308684b7 (patch)
tree10b9372015e5c626d2eade751ebf5289b7a80211 /Rakefile
parentfb10fe7123da931438fe8ae255ed9a6c1168cd4d (diff)
downloadchef-e538037d00fe0a5eb71444383985969e308684b7.tar.gz
Add unit and integration testing back to omnibus testers
It is slow but it does catch real bugs Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 052b5b9828..780e379ecd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -108,4 +108,4 @@ begin
end
rescue LoadError
puts "yard is not available. bundle install first to make sure all dependencies are installed."
-end \ No newline at end of file
+end