Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Rakefile « omniauth_crowd « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4786a6c34d1e8217ea1d83dd2a5a52593f1bb899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env rake
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

desc 'Default: run specs.'
task :default => :spec

desc "Run specs"
RSpec::Core::RakeTask.new

desc 'Run specs'
task :default => :spec