Sha256: 4a599535c2ad342dee9a7ca5818943e9aeb084ba21c42e26a5cd710ef0882925

Contents?: true

Size: 346 Bytes

Versions: 26

Compression:

Stored size: 346 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'

task :default => :spec

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = "./spec/**/*_spec.rb"
end

RSpec::Core::RakeTask.new(:rcov) do |spec|
  spec.pattern = "./spec/**/*_spec.rb"
  spec.rcov = true
end

Version data entries

26 entries across 26 versions & 5 rubygems

Version Path
mongoid-spec-4.0.1 Rakefile
easy-matchers-0.0.1 Rakefile
mongoid-rspec-3.0.0 Rakefile
mongoid-rspec-2.2.0 Rakefile
mongoid-rspec-2.1.0 Rakefile
mongoid-rspec-1.13.0 Rakefile
mongoid-rspec-2.0.0 Rakefile
mongoid-rspec-2.0.0.rc1 Rakefile
mongoid4-rspec-1.11.0 Rakefile
mongoid-rspec-1.11.0 Rakefile
mongoid-rspec-1.10.0 Rakefile
mongoid-rspec-1.9.0 Rakefile
mongoid-rspec-1.8.2 Rakefile
mongoid-rspec-1.8.1 Rakefile
mongoid-rspec-1.8.0 Rakefile
mongoid-rspec-1.7.0 Rakefile
mongoid-rspec-1.6.0 Rakefile
mongoid-rspec-1.5.6 Rakefile
mongoid-rspec-1.5.5 Rakefile
mongoid-rspec-1.5.4 Rakefile