Sha256: 4b3c573808da96b75f107bb6324e91ae6e698f368f33ee6f8406adc68dcfeeeb

Contents?: true

Size: 202 Bytes

Versions: 30

Compression:

Stored size: 202 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

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

task :default => :spec

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
scoped_search-4.1.12 Rakefile
scoped_search-4.1.11 Rakefile
scoped_search-4.1.10 Rakefile
scoped_search-4.1.9 Rakefile
scoped_search-4.1.8 Rakefile
scoped_search-4.1.7 Rakefile
scoped_search-4.1.6 Rakefile
scoped_search-4.1.5 Rakefile
scoped_search-4.1.4 Rakefile
scoped_search-4.1.3 Rakefile
scoped_search-4.1.2 Rakefile
scoped_search-4.1.1 Rakefile
scoped_search-4.1.0 Rakefile
scoped_search-4.0.0 Rakefile
scoped_search-3.3.0 Rakefile
scoped_search-3.2.2 Rakefile
scoped_search-3.2.1 Rakefile
scoped_search-3.2.0 Rakefile
scoped_search-3.1.0 Rakefile
scoped_search-3.0.1 Rakefile