Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Rakefile 174 B
Newer Older
require 'rake'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |t|
  t.pattern = 'spec/*/*_spec.rb'
  t.rspec_opts = "--format documentation --color"