Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 5acaea8d authored by Benedikt Wegmann's avatar Benedikt Wegmann
Browse files

spec: Optionen in Rakefile: t.rspec_opts = "--format documentation --color"

parent c9af8912
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,5 @@ require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |t|
t.pattern = 'spec/*/*_spec.rb'
t.rspec_opts = "--format documentation --color"
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment