Sha256: 5af92fcb47bc34ff69ebb866df305b89b35991f631fc5a7a3ddec944c991bf39

Contents?: true

Size: 216 Bytes

Versions: 11

Compression:

Stored size: 216 Bytes

Contents

require 'rubygems'
require 'rake'

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.rspec_opts = ["-c", "-f progress"]
  spec.pattern = 'spec/**/*_spec.rb'
end

task :default => :spec

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
mongoid_search-0.3.4 Rakefile
mongoid_search-0.3.3 Rakefile
mongoid_search-0.3.2 Rakefile
mongoid_search-0.3.1 Rakefile
mongoid_search-0.3.0 Rakefile
mongoid_search-0.2.8 Rakefile
mongoid_search-0.2.7 Rakefile
mongoid_search-0.2.6 Rakefile
mongoid_search-0.2.5 Rakefile
mongoid_search-0.2.4 Rakefile
mongoid_search-0.2.3 Rakefile