Sha256: f4d8822254060ef266bc07a7806d6aa36fb262f24ab918cb03b23c6f9052c101

Contents?: true

Size: 223 Bytes

Versions: 8

Compression:

Stored size: 223 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

task :default => :spec

def bundle_exec(command)
  sh %Q{bundle update && bundle exec #{command}}
end

desc "Run all specs"
task "spec" do
  bundle_exec("rspec spec")
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pg_search-0.7.8 Rakefile
pg_search-0.7.7 Rakefile
pg_search-0.7.6 Rakefile
pg_search-0.7.5 Rakefile
pg_search-0.7.4 Rakefile
pg_search-0.7.3 Rakefile
pg_search-0.7.2 Rakefile
pg_search-0.7.1 Rakefile