summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-11-10 13:02:16 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2015-11-10 13:02:23 -0800
commit72bb1e780cd00791f12058f14131ffd876917316 (patch)
treeb7aba11fbb98a3abbd665f1f38eb58d8cb1ca8a5
parentc411fc07e7e5e2f4af0a225c4d7aeeee454aa88c (diff)
downloadmixlib-authentication-jdm/cleanup.tar.gz
Use document formatter for rspecjdm/cleanup
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8bd8950..bb5e145 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,7 +16,7 @@ task :default => :spec
desc "Run specs"
RSpec::Core::RakeTask.new do |t|
t.pattern = 'spec/**/*_spec.rb'
- t.rspec_opts = %w(--color)
+ t.rspec_opts = %w(--format documentation --color)
end
gem_spec = eval(File.read("mixlib-authentication.gemspec"))