Sha256: 0af9013893ebbbaffa6e84b3e4d3212cafed47003d0868ed0b0ec5de49202c9c

Contents?: true

Size: 262 Bytes

Versions: 9

Compression:

Stored size: 262 Bytes

Contents

# require "bundler/gem_tasks"

require 'bundler'
require 'rspec/core/rake_task'

Bundler::GemHelper.install_tasks

desc 'Run all specs in spec directory'
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = 'spec/**/*_spec.rb'
end

task :default => :spec

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
googlebooks-0.0.9 Rakefile
googlebooks-0.0.8 Rakefile
googlebooks-0.0.7 Rakefile
googlebooks-0.0.6 Rakefile
googlebooks-0.0.5 Rakefile
googlebooks-0.0.4 Rakefile
googlebooks-0.0.3 Rakefile
googlebooks-0.0.2 Rakefile
googlebooks-0.0.1 Rakefile