Sha256: dca726b25fd35588274177b89fac062b73f35a2dd05cee1e61b930120d90e166

Contents?: true

Size: 372 Bytes

Versions: 23

Compression:

Stored size: 372 Bytes

Contents

require 'rspec/core/rake_task'
require "bundler/gem_tasks"
require "rake/tasklib"
require 'ci/reporter/rake/rspec'

RSpec::Core::RakeTask.new(:spec => ["ci:setup:rspec"]) do |t|
  t.pattern = 'spec/**/*_spec.rb'
end

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = 'spec/**/*_spec.rb'
  spec.rspec_opts = ['--format documentation']
end

task :default => :spec

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
fcm-2.0.1 Rakefile
fcm-2.0.0 Rakefile
fcm-1.0.8 Rakefile
fcm-1.0.7 Rakefile
fcm-1.0.6 Rakefile
fcm-1.0.5 Rakefile
fcm-1.0.3 Rakefile
fcm-1.0.2 Rakefile
fcm-1.0.1 Rakefile
fcm-1.0.0 Rakefile
fcm-0.0.7 Rakefile
fcm-0.0.6 Rakefile
fcm-0.0.5 Rakefile
fcm-0.0.4 Rakefile
fcm-0.0.3 Rakefile
fcm-0.0.2 Rakefile
fcm-0.0.1 Rakefile
gcm-0.1.1 Rakefile
gcm-0.1.0 Rakefile
gcm-0.0.9 Rakefile